diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/plus.moon | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon index f455845..38d3a08 100644 --- a/spec/inputs/plus.moon +++ b/spec/inputs/plus.moon | |||
@@ -17,3 +17,21 @@ valB = do | |||
17 | func = getfunc! | 17 | func = getfunc! |
18 | func?! | 18 | func?! |
19 | 19 | ||
20 | global backpack = | ||
21 | something: | ||
22 | yeah: 200 | ||
23 | they: -> | ||
24 | print "hello" | ||
25 | yor_feet"small" | ||
26 | pretty: hair | ||
27 | gold: hmm | ||
28 | yow: 1000 | ||
29 | |||
30 | eat: goo | ||
31 | yeah: dudd | ||
32 | |||
33 | start = | ||
34 | something: "cold" | ||
35 | |||
36 | local bathe = | ||
37 | on: "fire" | ||