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

Unified Diff: test/message/unicode-escape-undefined.out

Issue 1793913002: [parser] implement error reporting for Scanner errors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: shape change a few more lines Created 4 years, 9 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/message/unicode-escape-undefined.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/unicode-escape-undefined.out
diff --git a/test/fuzzer/fuzzer.status b/test/message/unicode-escape-undefined.out
similarity index 54%
copy from test/fuzzer/fuzzer.status
copy to test/message/unicode-escape-undefined.out
index df922bbf4e6d398165322c804085e757128071c9..9b0483cdcc9cfd76da9a9719aabd3875d691fa67 100644
--- a/test/fuzzer/fuzzer.status
+++ b/test/message/unicode-escape-undefined.out
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-[
-
-]
+*%(basename)s:5: SyntaxError: Undefined Unicode code-point
+print("\u{110000}");
+ ^^^^^^^^^
+SyntaxError: Undefined Unicode code-point
« no previous file with comments | « test/message/unicode-escape-undefined.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698