mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Fix typo (was comma instead of semicolon)
modules/unicodejs/test/unicodejs.wordbreak.test.js * fix typo Change-Id: Ieef78b4f51054b760217c8e2f12a4510857ee88a
This commit is contained in:
parent
3ec8e32a1a
commit
e0663b5066
|
@ -39,7 +39,7 @@ QUnit.test( 'isBreak', function ( assert ) {
|
|||
pos += unicodeJS.graphemebreak.splitClusters( broken[i] ).length;
|
||||
breakOffsets.push( pos );
|
||||
}
|
||||
textString = new unicodeJS.TextString( broken.join( '' ) ),
|
||||
textString = new unicodeJS.TextString( broken.join( '' ) );
|
||||
|
||||
QUnit.expect( textString.getLength() + 1 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue