|
2 | 2 | 21;
|
3 | 3 | 41610;
|
4 | 4 | 2302755;
|
| 5 | +1000000.12341234; |
| 6 | +100000000000; |
| 7 | +0.0001; |
| 8 | +0; |
| 9 | +10; |
| 10 | +100; |
5 | 11 | 111111;
|
6 | 12 | 111111;
|
7 | 13 | 21;
|
|
10 | 16 | 41610;
|
11 | 17 | 2302755;
|
12 | 18 | 2302755;
|
13 |
| -// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(8,9+0) |
14 |
| -// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(9,4+0) |
15 |
| -// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(11,11+0) |
16 |
| -// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(12,6+0) |
17 |
| -// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(14,11+0) |
18 |
| -// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(15,6+0) |
| 19 | +1000.1234; |
| 20 | +1000.1234; |
| 21 | +1000.1234; |
| 22 | +1000.1234; |
| 23 | +1000.1234; |
| 24 | +100; |
| 25 | +100; |
| 26 | +100; |
| 27 | +1e-10; |
| 28 | +0; |
| 29 | +0; |
| 30 | +0; |
| 31 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(14,9+0) |
| 32 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(15,4+0) |
19 | 33 | // ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(17,11+0)
|
20 | 34 | // ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(18,6+0)
|
| 35 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(20,11+0) |
| 36 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(21,6+0) |
| 37 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(23,11+0) |
| 38 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(24,6+0) |
| 39 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(26,5+0) |
| 40 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(27,6+0) |
| 41 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(28,10+0) |
| 42 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(30,4+0) |
| 43 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(31,9+0) |
| 44 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(33,2+0) |
| 45 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(34,3+0) |
| 46 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(35,4+0) |
| 47 | +// ERROR 6189: "Multiple consecutive numeric separators are not permitted." in numeric-separators.ts(36,6+0) |
| 48 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(38,2+0) |
| 49 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(39,2+0) |
| 50 | +// ERROR 6188: "Numeric separators are not allowed here." in numeric-separators.ts(40,2+0) |
0 commit comments