aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/in_expression.yue4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/inputs/in_expression.yue b/spec/inputs/in_expression.yue
index 0b2a87a..e854083 100644
--- a/spec/inputs/in_expression.yue
+++ b/spec/inputs/in_expression.yue
@@ -72,6 +72,8 @@ do
72 2 72 2
73 x: 3 73 x: 3
74 } 74 }
75 75 print a in []
76 a = 1
77 print a in {}
76nil 78nil
77 79