aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/literals.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/literals.moon')
-rw-r--r--spec/inputs/literals.moon46
1 files changed, 46 insertions, 0 deletions
diff --git a/spec/inputs/literals.moon b/spec/inputs/literals.moon
new file mode 100644
index 0000000..c3a24a6
--- /dev/null
+++ b/spec/inputs/literals.moon
@@ -0,0 +1,46 @@
1
2
3121
4121.2323
5121.2323e-1
6121.2323e13434
72323E34
80x12323
9
100xfF2323
110xabcdef
120xABCDEF
13
14.2323
15.2323e-1
16.2323e13434
17
18
191LL
201ULL
219332LL
229332
230x2aLL
240x2aULL
25
26[[ hello world ]]
27
28[=[ hello world ]=]
29[====[ hello world ]====]
30
31"another world"
32
33'what world'
34
35
36"
37hello world
38"
39
40'yeah
41what is going on
42here is something cool'
43
44
45nil
46