aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/assign.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/assign.yue')
-rw-r--r--spec/inputs/assign.yue4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/assign.yue b/spec/inputs/assign.yue
index d04bcb8..da44dff 100644
--- a/spec/inputs/assign.yue
+++ b/spec/inputs/assign.yue
@@ -34,7 +34,7 @@ x = (do
34 34
35(using nil) <- _ 35(using nil) <- _
36 36
37a.# = do 37a.<> = do
38 print 123 38 print 123
39 {} 39 {}
40 40
@@ -63,7 +63,7 @@ do
63 123, tb 63 123, tb
64 64
65do 65do
66 a, b[], c, d.add# = if x 66 a, b[], c, d.<add> = if x
67 switch y 67 switch y
68 when 1 68 when 1
69 f! 69 f!