aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-04-08Cleaned up LHS of "." operator to avoid adding unnecessary parens soBruce Hill
Lua's parser doesn't get confused by (x).y = 1.
2018-02-07Added unicode test.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now.
2018-01-31Added test for OO.Bruce Hill
2018-01-29Fixed error->barfBruce Hill
2018-01-26Added a ton of tests for virtually all the functionality. Helped me findBruce Hill
and fix a lot of latent problems.