Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(858)

Unified Diff: test/webkit/parser-xml-close-comment-expected.txt

Issue 2119763003: Recognize HTMLCloseComment after multiline comment (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix test/webkit/parser-xml-close-comment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/parser-xml-close-comment.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/parser-xml-close-comment-expected.txt
diff --git a/test/webkit/parser-xml-close-comment-expected.txt b/test/webkit/parser-xml-close-comment-expected.txt
index 19ff53fc1c504e7b7448c376c9a6eb6b6643617a..b6aebe3d06425f746a9c75a36300afecb12880d0 100644
--- a/test/webkit/parser-xml-close-comment-expected.txt
+++ b/test/webkit/parser-xml-close-comment-expected.txt
@@ -30,7 +30,7 @@ PASS 'should be a syntax error' --> threw exception ReferenceError: Invalid left
PASS /**/ 1 --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
PASS 1 /**/ --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
PASS 1/*
-*/--> threw exception SyntaxError: Unexpected token >.
+*/--> is 1
PASS --> is undefined.
PASS /**/--> is undefined.
PASS /*
« no previous file with comments | « test/webkit/parser-xml-close-comment.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698