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

Unified Diff: test/message/arrow-invalid-rest.out

Issue 2279363002: Remove duplicated code from comma-separated Expression parsing (Closed)
Patch Set: Remove unused message Created 4 years, 4 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/arrow-invalid-rest.out
diff --git a/test/message/arrow-invalid-rest.out b/test/message/arrow-invalid-rest.out
index 4045f14e785c2701bda51d3cca614765904b6f4c..99a8557f1ec9c181cfcb1348407f5e5969150b46 100644
--- a/test/message/arrow-invalid-rest.out
+++ b/test/message/arrow-invalid-rest.out
@@ -1,4 +1,4 @@
-*%(basename)s:7: SyntaxError: Rest parameter must be an identifier or destructuring pattern
+*%(basename)s:7: SyntaxError: Unexpected token =
var f = (...x = 10) => x;
- ^^^^^^^^^
-SyntaxError: Rest parameter must be an identifier or destructuring pattern
+ ^
+SyntaxError: Unexpected token =

Powered by Google App Engine
This is Rietveld 408576698