mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 09:41:30 -04:00
easysync tests: cover more string operation scenarios
This commit is contained in:
parent
3b5c5830b0
commit
ca4ecfd77f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ exports.randomMultiline = randomMultiline;
|
||||||
|
|
||||||
const randomStringOperation = (numCharsLeft) => {
|
const randomStringOperation = (numCharsLeft) => {
|
||||||
let result;
|
let result;
|
||||||
switch (randInt(9)) {
|
switch (randInt(11)) {
|
||||||
case 0:
|
case 0:
|
||||||
{
|
{
|
||||||
// insert char
|
// insert char
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue