We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac67b1 commit 3dd914dCopy full SHA for 3dd914d
1 file changed
test/mode_test.js
@@ -68,7 +68,6 @@
68
69
function esc(str) {
70
return str.replace('&', '&').replace('<', '<').replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
71
-;
72
}
73
74
function compare(text, expected, mode) {
0 commit comments