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

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: rebased 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
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..10c200f68a16b835860631a8bdeda77831ac803c 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
« test/message/unicode-escape-invalid.out ('K') | « test/message/unicode-escape-undefined.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698