diff options
Diffstat (limited to 'testsuite/tests/lib/Lex/lexNum.stdout')
-rw-r--r-- | testsuite/tests/lib/Lex/lexNum.stdout | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/tests/lib/Lex/lexNum.stdout b/testsuite/tests/lib/Lex/lexNum.stdout new file mode 100644 index 0000000000..92cb063178 --- /dev/null +++ b/testsuite/tests/lib/Lex/lexNum.stdout @@ -0,0 +1,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","")] |