aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/macro.yue2
-rw-r--r--spec/inputs/teal-lang.yue2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/macro.yue b/spec/inputs/macro.yue
index 6a255fe..2dd15ac 100644
--- a/spec/inputs/macro.yue
+++ b/spec/inputs/macro.yue
@@ -1,5 +1,5 @@
1$ -> 1$ ->
2 package.yuepath = "?.yue;./spec/inputs/?.yue" 2 package.path = "?.lua;./spec/inputs/?.lua"
3 3
4import "macro-export" as { 4import "macro-export" as {
5 $, -- import all macros 5 $, -- import all macros
diff --git a/spec/inputs/teal-lang.yue b/spec/inputs/teal-lang.yue
index 1993203..68b2dd1 100644
--- a/spec/inputs/teal-lang.yue
+++ b/spec/inputs/teal-lang.yue
@@ -1,5 +1,5 @@
1$ -> 1$ ->
2 package.yuepath = "?.yue;./spec/inputs/?.yue" 2 package.path = "?.lua;./spec/inputs/?.lua"
3 3
4import "macro-teal" as {$} 4import "macro-teal" as {$}
5 5