aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/stub.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/stub.moon')
-rw-r--r--spec/inputs/stub.moon6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/inputs/stub.moon b/spec/inputs/stub.moon
index f8f6c3f..b38056a 100644
--- a/spec/inputs/stub.moon
+++ b/spec/inputs/stub.moon
@@ -1,9 +1,9 @@
1 1
2 2
3x = { 3x = {
4 val: 100 4 val: 100
5 hello: => 5 hello: =>
6 print @val 6 print @val
7} 7}
8 8
9fn = x\val 9fn = x\val