aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/cond.yue8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/cond.yue b/spec/inputs/cond.yue
index d33eec4..42b22a7 100644
--- a/spec/inputs/cond.yue
+++ b/spec/inputs/cond.yue
@@ -200,6 +200,14 @@ do
200 elseif c 200 elseif c
201 d: e = tb 201 d: e = tb
202 202
203if :pi = math
204 print pi
205
206do
207 local math
208 if :pi = math
209 print pi
210
203nil 211nil
204 212
205 213