TypeScript/tests/baselines/reference/parser.numericSeparators.octalNegative.types
Kagami Sascha Rosylight f4d0ea6539
Add target: ES2021 (#41239)
* Support `target: es2020`

* use CRLF

* update symbols

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2021-03-10 13:31:25 -08:00

26 lines
675 B
Plaintext

=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/1.ts ===
0o00_
>0o00_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/2.ts ===
0o_110
>0o_110 : 72
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/3.ts ===
0_O0101
>0_ : 0
>O0101 : any
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/4.ts ===
0o01__11
>0o01__11 : 73
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/5.ts ===
0O0110_0110__
>0O0110_0110__ : 294984
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/6.ts ===
0o___0111010_0101_1
>0o___0111010_0101_1 : 1224999433