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

Unified Diff: test/message/unicode-escape-invalid.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-invalid.out
diff --git a/test/message/unicode-escape-invalid.out b/test/message/unicode-escape-invalid.out
new file mode 100644
index 0000000000000000000000000000000000000000..0c1276a8686388c1a84e37d3d6a17f11a7f4ce3b
--- /dev/null
+++ b/test/message/unicode-escape-invalid.out
@@ -0,0 +1,8 @@
+# Copyright 2016 the V8 project authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+*%(basename)s:5: SyntaxError: Unclosed Unicode escape sequence --- Expected `}`
+print("\u{FFYZ}");
+ ^
+SyntaxError: Unclosed Unicode escape sequence --- Expected `}`
adamk 2016/03/18 18:21:55 As mentioned elsewhere, in this context just sayin
caitp (gmail) 2016/03/18 19:00:36 Acknowledged.
caitp (gmail) 2016/03/21 16:15:03 well, if you think about it, the scanner is in a s

Powered by Google App Engine
This is Rietveld 408576698