diff options
Diffstat (limited to 'Tools/LuaMacro/tests/test-include.lua')
-rw-r--r-- | Tools/LuaMacro/tests/test-include.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/LuaMacro/tests/test-include.lua b/Tools/LuaMacro/tests/test-include.lua new file mode 100644 index 0000000..9bea9ed --- /dev/null +++ b/Tools/LuaMacro/tests/test-include.lua @@ -0,0 +1,2 @@ +include_ 'test.inc'
+print(answer)
|