Chromium Code Reviews| OLD | NEW |
|---|---|
| (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
| |
| OLD | NEW |