aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/cond.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/cond.lua')
-rw-r--r--spec/outputs/cond.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/outputs/cond.lua b/spec/outputs/cond.lua
index 178bf9b..7764439 100644
--- a/spec/outputs/cond.lua
+++ b/spec/outputs/cond.lua
@@ -251,7 +251,7 @@ end
251local a = 12 251local a = 12
252local c, b 252local c, b
253if something then 253if something then
254 a, c, b = "cool" 254 a, c, b = "cool", nil, nil
255end 255end
256local j 256local j
257if 1 then 257if 1 then