CC-Tweaked/src/main/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
..
api Improve UX when a resource mount cannot be found 2021-04-13 13:01:28 +01:00
client Remove m_ (#658) 2021-01-15 16:35:49 +00:00
core Various VM tests 2021-04-27 22:25:46 +01:00
data Lazily load models in data generators 2021-02-13 13:02:24 +00:00
shared Fix checkstyle 2021-04-03 14:13:55 +01:00
ComputerCraft.java 2020 -> 2021 2021-01-06 17:13:40 +00:00
ComputerCraftAPIImpl.java Switch to Mojang mappings 2021-01-09 19:22:58 +00:00