diff options
Diffstat (limited to 'spec/outputs/in_expression.lua')
-rw-r--r-- | spec/outputs/in_expression.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/outputs/in_expression.lua b/spec/outputs/in_expression.lua index b99be8a..3ccab0c 100644 --- a/spec/outputs/in_expression.lua +++ b/spec/outputs/in_expression.lua | |||
@@ -206,5 +206,11 @@ do | |||
206 | b = not _find_0 | 206 | b = not _find_0 |
207 | end | 207 | end |
208 | end | 208 | end |
209 | print((function() | ||
210 | local _val_0 = a | ||
211 | return false | ||
212 | end)()) | ||
213 | local a = 1 | ||
214 | print((false)) | ||
209 | end | 215 | end |
210 | return nil | 216 | return nil |