TypeScript/tests/baselines/reference/parser.numericSeparators.decmialNegative.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

213 lines
5.2 KiB
Plaintext

=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/1.ts ===
_10
>_10 : any
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/2.ts ===
10_
>10_ : 10
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/3.ts ===
1__0
>1__0 : 10
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/4.ts ===
0_.0
>0_.0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/5.ts ===
0._0
>0._0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/6.ts ===
0.0__0
>0.0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/7.ts ===
0.0__
>0.0__ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/8.ts ===
0_e0
>0_e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/9.ts ===
0e_0
>0e_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/10.ts ===
0e0_
>0e0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/11.ts ===
0e0__0
>0e0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/12.ts ===
0_.0e0
>0_.0e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/13.ts ===
0._0e0
>0._0e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/14.ts ===
0.0_e0
>0.0_e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/15.ts ===
0.0e_0
>0.0e_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/16.ts ===
_0.0e0
>_0 : any
>.0e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/17.ts ===
0.0e0_
>0.0e0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/18.ts ===
0__0.0e0
>0__0.0e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/19.ts ===
0.0__0e0
>0.0__0e0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/20.ts ===
0.00e0__0
>0.00e0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/21.ts ===
0_e+0
>0_e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/22.ts ===
0e+_0
>0e+_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/23.ts ===
0e+0_
>0e+0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/24.ts ===
0e+0__0
>0e+0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/25.ts ===
0_.0e+0
>0_.0e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/26.ts ===
0._0e+0
>0._0e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/27.ts ===
0.0_e+0
>0.0_e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/28.ts ===
0.0e+_0
>0.0e+_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/29.ts ===
_0.0e+0
>_0 : any
>.0e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/30.ts ===
0.0e+0_
>0.0e+0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/31.ts ===
0__0.0e+0
>0__0.0e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/32.ts ===
0.0__0e+0
>0.0__0e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/33.ts ===
0.00e+0__0
>0.00e+0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/34.ts ===
0_e+0
>0_e+0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/35.ts ===
0e-_0
>0e-_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/36.ts ===
0e-0_
>0e-0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/37.ts ===
0e-0__0
>0e-0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/38.ts ===
0_.0e-0
>0_.0e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/39.ts ===
0._0e-0
>0._0e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/40.ts ===
0.0_e-0
>0.0_e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/41.ts ===
0.0e-_0
>0.0e-_0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/42.ts ===
_0.0e-0
>_0 : any
>.0e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/43.ts ===
0.0e-0_
>0.0e-0_ : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/44.ts ===
0__0.0e-0
>0__0.0e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/45.ts ===
0.0__0e-0
>0.0__0e-0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/46.ts ===
0.00e-0__0
>0.00e-0__0 : 0
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/47.ts ===
._
>_ : any
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/48.ts ===
1\u005F01234
>1 : 1
>\u005F01234 : any
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/49.ts ===
1.0e_+10
>1.0e_+10 : number
>1.0e_ : 1
>10 : 10
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/50.ts ===
1.0e_-10
>1.0e_-10 : number
>1.0e_ : 1
>10 : 10
=== tests/cases/conformance/parser/ecmascript2021/numericSeparators/51.ts ===
0._
>0._ : 0