CC-Tweaked/src/test/java/dan200/computercraft
Jonathan Coates 3cb25b3525 Various VM tests
These are largely copied across from Cobalt's test suite, with some
minor tweaks. It actually exposed one bug in Cobalt, which is pretty
nice.

One interesting thing from the coroutine tests, is that Lua 5.4 (and
one assumes 5.2/5.3) doesn't allow yielding from within the error
handler of xpcall - I rather thought it might.

This doesn't add any of the PUC Lua tests yet - I got a little
distracted.

Also:
 - Allow skipping "keyword" tests, in the style of busted. This is
   implemented on the Java side for now.
 - Fix a bug with os.date("%I", _) not being 2 characters wide.
2021-04-27 22:25:46 +01:00
..
core Various VM tests 2021-04-27 22:25:46 +01:00
ingame ./gradlew checkstyleMain 2021-01-19 21:15:18 +00:00
shared Switch to Mojang mappings 2021-01-09 19:22:58 +00:00
utils Fix checkstyle and licence checks 2021-01-09 20:00:15 +00:00
ContramapMatcher.java 2020 -> 2021 2021-01-06 17:13:40 +00:00