diff options
author | Li Jin <dragon-fly@qq.com> | 2024-08-05 17:20:00 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-08-05 17:20:00 +0800 |
commit | 94edfbc8c7d62d700dfb59334a0ed3beedd49493 (patch) | |
tree | f695cec8b8873d5a6e763ac94bf3c81fb6ba0be9 /spec/outputs/macro.lua | |
parent | f8cd1220147d606b7e96f88c12fd0f163fb4e1c5 (diff) | |
download | yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.tar.gz yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.tar.bz2 yuescript-94edfbc8c7d62d700dfb59334a0ed3beedd49493.zip |
add macros generating macros feature.v0.23.9
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 |