aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-15 16:10:16 +0200
committerBad Diode <bd@badd10de.dev>2024-06-15 16:10:16 +0200
commit893b52223d274c675272cee55768a9d5853420fb (patch)
treee9b57ec842cf622c7b50ec7f1cfb29914e7a7251 /tests
parent99b92b160af5b9475262676aef7dd7f209429298 (diff)
downloadbdl-893b52223d274c675272cee55768a9d5853420fb.tar.gz
bdl-893b52223d274c675272cee55768a9d5853420fb.zip
Finish basic lexing
Diffstat (limited to 'tests')
-rw-r--r--tests/literals.bad1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/literals.bad b/tests/literals.bad
index 673494d..e958bba 100644
--- a/tests/literals.bad
+++ b/tests/literals.bad
@@ -23,7 +23,6 @@
232.45e5 ; we can use scientific notation 232.45e5 ; we can use scientific notation
24+1.23e+6 ; +/- can be on the number and/or the exponent 24+1.23e+6 ; +/- can be on the number and/or the exponent
25-3.14e-1 ; the exponents are always integers 25-3.14e-1 ; the exponents are always integers
26-3.21e+0xff ; ... in any of its forms
27 26
28; Booleans. 27; Booleans.
29true 28true