summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/Lex/lexNum.stdout
blob: 92cb063178390a86ad379fcc91db9435cde342a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[("0x3","y")]
[("0X3ab","x")]
[("0o3","9y")]
[("0O334","z")]
[("NaN","")]
[("Infinity","")]
[("34","yy")]
[("34.4","x")]
[("034.4","x")]
[("31.45e-6","y")]
[("49.2","v")]
[("049.2","v")]
[("35e-3","x")]
[("035e-3","x")]
[("35e+3","y")]
[("83.3e-22","")]
[("083.3e-22","")]