Skip to content

Commit 3dd914d

Browse files
committed
Remove stray semicolon in mode_test.js
1 parent 0ac67b1 commit 3dd914d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/mode_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868

6969
function esc(str) {
7070
return str.replace('&', '&amp;').replace('<', '&lt;').replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;");
71-
;
7271
}
7372

7473
function compare(text, expected, mode) {

0 commit comments

Comments
 (0)