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

Unified Diff: test/message/invalid-spread.out

Issue 1178523002: Support rest parameters in arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Fix error locations for param-after-rest errors Created 5 years, 6 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/invalid-spread.out
diff --git a/test/message/invalid-spread.out b/test/message/invalid-spread.out
new file mode 100644
index 0000000000000000000000000000000000000000..5694ad6e88400cf31c3201123b9993663abd570e
--- /dev/null
+++ b/test/message/invalid-spread.out
@@ -0,0 +1,4 @@
+*%(basename)s:7: SyntaxError: Unexpected token ...
+(x, ...y)
+ ^^^
+SyntaxError: Unexpected token ...

Powered by Google App Engine
This is Rietveld 408576698