Skip to content

Commit bfd5990

Browse files
committed
uh
1 parent a5c0bee commit bfd5990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ build_script:
1616
test_script:
1717
- moon.exe test.moon
1818
- moonc.exe test.moon
19-
- lua5.1.exe -e 'print(require("moonscript.version").version)'
19+
- lua5.1.exe -e "print(require('moonscript.version').version)"
2020

2121

test.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
print "It works!"
1+
print "It works! (#{require("moonscript.version").version})"

0 commit comments

Comments
 (0)