We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c0bee commit bfd5990Copy full SHA for bfd5990
appveyor.yml
@@ -16,6 +16,6 @@ build_script:
16
test_script:
17
- moon.exe test.moon
18
- moonc.exe test.moon
19
- - lua5.1.exe -e 'print(require("moonscript.version").version)'
+ - lua5.1.exe -e "print(require('moonscript.version').version)"
20
21
test.moon
@@ -1 +1 @@
1
-print "It works!"
+print "It works! (#{require("moonscript.version").version})"
0 commit comments