Divec has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81542


Change subject: Fix typo (was comma instead of semicolon)
......................................................................

Fix typo (was comma instead of semicolon)

modules/unicodejs/test/unicodejs.wordbreak.test.js
* fix typo

Change-Id: Ieef78b4f51054b760217c8e2f12a4510857ee88a
---
M modules/unicodejs/test/unicodejs.wordbreak.test.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/42/81542/1

diff --git a/modules/unicodejs/test/unicodejs.wordbreak.test.js 
b/modules/unicodejs/test/unicodejs.wordbreak.test.js
index bb6696a..bc9dc49 100644
--- a/modules/unicodejs/test/unicodejs.wordbreak.test.js
+++ b/modules/unicodejs/test/unicodejs.wordbreak.test.js
@@ -39,7 +39,7 @@
                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 );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/81542
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieef78b4f51054b760217c8e2f12a4510857ee88a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Divec <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to