diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/local.yue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/inputs/local.yue b/spec/inputs/local.yue index 33251a9..8e04742 100644 --- a/spec/inputs/local.yue +++ b/spec/inputs/local.yue | |||
@@ -91,4 +91,8 @@ do | |||
91 | -- this generates a nil value in the body | 91 | -- this generates a nil value in the body |
92 | for a in *{} do _ = a | 92 | for a in *{} do _ = a |
93 | 93 | ||
94 | do | ||
95 | local * | ||
96 | x = a or b | ||
97 | |||
94 | g = 2323 -- test if anything leaked | 98 | g = 2323 -- test if anything leaked |