diff options
Diffstat (limited to 'spec/outputs/syntax.lua')
-rw-r--r-- | spec/outputs/syntax.lua | 6 |
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 | |||
142 | if cool then | 142 | if cool then |
143 | print("what") | 143 | print("what") |
144 | end | 144 | end |
145 | while not reader:eof() do | ||
146 | reader:parse_line() | ||
147 | end | ||
148 | while not reader:eof() do | ||
149 | reader:parse_line() | ||
150 | end | ||
145 | (function(...) | 151 | (function(...) |
146 | local arg = { | 152 | local arg = { |
147 | ... | 153 | ... |