summaryrefslogtreecommitdiff
path: root/test/tools/testHtmlExtractor.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/testHtmlExtractor.js')
-rw-r--r--test/tools/testHtmlExtractor.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tools/testHtmlExtractor.js b/test/tools/testHtmlExtractor.js
index 88215ef..7d622e1 100644
--- a/test/tools/testHtmlExtractor.js
+++ b/test/tools/testHtmlExtractor.js
@@ -9,7 +9,9 @@ _("My Bü∂get");\n\
#line 13 "test/tools/test.html"\n\
_("Choose a template");\n\
#line 21 "test/tools/test.html"\n\
-_("This is a string that is spread over multiple lines, but that doesn\'t matter to HTML.");\n'
+_("This is a string that is spread over multiple lines, but that doesn\'t matter to HTML.");\n\
+#line 22 "test/tools/test.html"\n\
+_("String with a \\"quote\\"");\n';
describe('eos-html-extractor', function () {
it('works correctly at a minimum', function () {