summaryrefslogtreecommitdiff
path: root/Tools/LuaMacro/tests/test-qw.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/LuaMacro/tests/test-qw.lua')
-rw-r--r--Tools/LuaMacro/tests/test-qw.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/LuaMacro/tests/test-qw.lua b/Tools/LuaMacro/tests/test-qw.lua
new file mode 100644
index 0000000..bc8a47d
--- /dev/null
+++ b/Tools/LuaMacro/tests/test-qw.lua
@@ -0,0 +1,3 @@
+require_ 'qw'
+
+print(qw(one two three))