aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0056_empty_exponent.rs
blob: 286584c887f114c2fa3a18cad945b501e5fab846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0e
0E

42e+
42e-
42E+
42E-

42.e+
42.e-
42.E+
42.E-

42.2e+
42.2e-
42.2E+
42.2E-

42.2e+f32
42.2e-f32
42.2E+f32
42.2E-f32