aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/literals.moon
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-10 16:30:34 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-10 16:30:34 +0800
commit52a6536103f46c26a3ba9b149b0fe7b40d524d8c (patch)
tree67e4759f8e1ea922079d0e162d84ecba5e558261 /spec/inputs/literals.moon
parent975167856ed0b11c2ede03c6eb750ca4e4a6a7fc (diff)
downloadyuescript-52a6536103f46c26a3ba9b149b0fe7b40d524d8c.tar.gz
yuescript-52a6536103f46c26a3ba9b149b0fe7b40d524d8c.tar.bz2
yuescript-52a6536103f46c26a3ba9b149b0fe7b40d524d8c.zip
update.
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