diff options
Diffstat (limited to 'spec/inputs/cond.yue')
-rw-r--r-- | spec/inputs/cond.yue | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/inputs/cond.yue b/spec/inputs/cond.yue index 42b22a7..773ef91 100644 --- a/spec/inputs/cond.yue +++ b/spec/inputs/cond.yue | |||
@@ -208,6 +208,17 @@ do | |||
208 | if :pi = math | 208 | if :pi = math |
209 | print pi | 209 | print pi |
210 | 210 | ||
211 | do | ||
212 | if _M = {} | ||
213 | :Thing = _M | ||
214 | :a, :b = _M | ||
215 | |||
216 | do | ||
217 | global _M | ||
218 | if _M = {} | ||
219 | :Thing = _M | ||
220 | :a, :b = _M | ||
221 | |||
211 | nil | 222 | nil |
212 | 223 | ||
213 | 224 | ||