Closed ghost closed 7 years ago
My remarks:
tests/scaffolding/operators
to see how they are made; add something similar to tests/scaffolding/statements
, then run make scaffold-tests
in the root directory of the project.if
statement form.@fstirlitz Hm, okay. I'll elaborate a new commit, but... how do I set the Lua version in the test cases? Edit: Got it!
You could just force-push on this branch. No need to close the pull request.
@fstirlitz I'm not sure what is force-push, I'm kinda new in GitHun... t-t
@fstirlitz Unfortunately make scaffold-tests
isn't a valid command.
Well, Lua 5.1 doesn't support empty statements, as said in the reference manual: https://www.lua.org/manual/5.1/manual.html#2.4.1