aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/syntax.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/syntax.lua')
-rw-r--r--spec/outputs/syntax.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/outputs/syntax.lua b/spec/outputs/syntax.lua
index 22b6b80..8d41f7d 100644
--- a/spec/outputs/syntax.lua
+++ b/spec/outputs/syntax.lua
@@ -142,6 +142,12 @@ end
142if cool then 142if cool then
143 print("what") 143 print("what")
144end 144end
145while not reader:eof() do
146 reader:parse_line()
147end
148while not reader:eof() do
149 reader:parse_line()
150end
145(function(...) 151(function(...)
146 local arg = { 152 local arg = {
147 ... 153 ...