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

Unified Diff: test/message/function-sent-escaped.out

Issue 1700123003: [parser] unify metaproperty parsing and require unescaped property name (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: more oops Created 4 years, 10 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/function-sent-escaped.js ('k') | test/message/new-target-escaped.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/function-sent-escaped.out
diff --git a/test/message/function-sent-escaped.out b/test/message/function-sent-escaped.out
new file mode 100644
index 0000000000000000000000000000000000000000..d9613d8ef41d56f9fc4b7af0721e22e1c2d52258
--- /dev/null
+++ b/test/message/function-sent-escaped.out
@@ -0,0 +1,4 @@
+*%(basename)s:8: SyntaxError: 'function.sent' must not contain escaped characters
+ return function.s\u0065nt;
+ ^^^^^^^^^^^^^^^^^^
+SyntaxError: 'function.sent' must not contain escaped characters
« no previous file with comments | « test/message/function-sent-escaped.js ('k') | test/message/new-target-escaped.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698