diff options
Diffstat (limited to 'spec/outputs')
| -rw-r--r-- | spec/outputs/macro.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/outputs/macro.lua b/spec/outputs/macro.lua index 953c260..4492827 100644 --- a/spec/outputs/macro.lua +++ b/spec/outputs/macro.lua | |||
| @@ -7,6 +7,10 @@ print({ | |||
| 7 | "NoMove", | 7 | "NoMove", |
| 8 | "NoScrollbar" | 8 | "NoScrollbar" |
| 9 | }) | 9 | }) |
| 10 | print({ | ||
| 11 | 123, | ||
| 12 | 'xyz' | ||
| 13 | }) | ||
| 10 | do | 14 | do |
| 11 | assert(item == nil) | 15 | assert(item == nil) |
| 12 | end | 16 | end |
| @@ -294,7 +298,7 @@ print((setmetatable({ | |||
| 294 | return 998 | 298 | return 998 |
| 295 | end | 299 | end |
| 296 | })) | 300 | })) |
| 297 | print("current line: " .. tostring(301)) | 301 | print("current line: " .. tostring(309)) |
| 298 | do | 302 | do |
| 299 | -- TODO | 303 | -- TODO |
| 300 | end | 304 | end |
