diff options
Diffstat (limited to 'spec/outputs/macro.lua')
| -rw-r--r-- | spec/outputs/macro.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/spec/outputs/macro.lua b/spec/outputs/macro.lua index 2ee3e0a..953c260 100644 --- a/spec/outputs/macro.lua +++ b/spec/outputs/macro.lua | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | print("AlwaysAutoResize") | ||
| 2 | print({ | ||
| 3 | "NoNav", | ||
| 4 | "NoDecoration", | ||
| 5 | "NoTitleBar", | ||
| 6 | "NoResize", | ||
| 7 | "NoMove", | ||
| 8 | "NoScrollbar" | ||
| 9 | }) | ||
| 1 | do | 10 | do |
| 2 | assert(item == nil) | 11 | assert(item == nil) |
| 3 | end | 12 | end |
| @@ -285,7 +294,7 @@ print((setmetatable({ | |||
| 285 | return 998 | 294 | return 998 |
| 286 | end | 295 | end |
| 287 | })) | 296 | })) |
| 288 | print("current line: " .. tostring(268)) | 297 | print("current line: " .. tostring(301)) |
| 289 | do | 298 | do |
| 290 | -- TODO | 299 | -- TODO |
| 291 | end | 300 | end |
