1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
=== 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
|