TypeScript/tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.octalNegative.ts
Wesley Wigham 9e51882d9c
Numeric separators (#20324)
* Add support into octal and binary literals

* Add hex support

* And finally support all numeric literals and fix spelling

* Update error message

* Refactor error in scanner to take a position

* Scan no separators in escape sequences, add escape sequence tests

* More decimal tests from the spec presentation examples

* Permissive scanning of excess separators

* Remove unnecessary assignment

* Make code easier to follow
2017-12-08 20:20:18 -05:00

19 lines
202 B
TypeScript

// @filename: 1.ts
0o00_
// @filename: 2.ts
0o_110
// @filename: 3.ts
0_O0101
// @filename: 4.ts
0o01__11
// @filename: 5.ts
0O0110_0110__
// @filename: 6.ts
0o___0111010_0101_1