Chromium Code Reviews| 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
|