babel/test/fixtures/traceur/Syntax/Error_UnicodeEscapeSequenceInName.js
2015-01-04 19:40:09 +11:00

4 lines
101 B
JavaScript

// Error: :3:5: Character code '48' is not a valid identifier start char
var \u0030ab = 42; // 0ab