diff options
Diffstat (limited to 'spec/inputs/macro.yue')
-rw-r--r-- | spec/inputs/macro.yue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/inputs/macro.yue b/spec/inputs/macro.yue index e4b0fc8..7bbb06d 100644 --- a/spec/inputs/macro.yue +++ b/spec/inputs/macro.yue | |||
@@ -1,6 +1,3 @@ | |||
1 | $ -> | ||
2 | package.path = "?.lua;./spec/inputs/?.lua" | ||
3 | |||
4 | import "macro-export" as { | 1 | import "macro-export" as { |
5 | $, -- import all macros | 2 | $, -- import all macros |
6 | $config: $myconfig, -- rename macro $config to $myconfig | 3 | $config: $myconfig, -- rename macro $config to $myconfig |