aboutsummaryrefslogtreecommitdiffstats
path: root/tests/literals.bad
diff options
context:
space:
mode:
Diffstat (limited to 'tests/literals.bad')
-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