aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r--spec/inputs/syntax.yue4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue
index 271f43f..a414d6f 100644
--- a/spec/inputs/syntax.yue
+++ b/spec/inputs/syntax.yue
@@ -52,9 +52,9 @@ _ = ->
52 52
53_ = -> 1,2,34 53_ = -> 1,2,34
54 54
55return 5 + () -> 4 + 2 55do return 5 + () -> 4 + 2
56 56
57return 5 + (() -> 4) + 2 57do return 5 + (() -> 4) + 2
58 58
59print 5 + () -> 59print 5 + () ->
60 _ = 34 60 _ = 34