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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 *%(basename)s:5: SyntaxError: Unclosed Unicode escape sequence --- Expected `}`
6 print("\u{FFYZ}");
7 ^
8 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698