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