aboutsummaryrefslogtreecommitdiff
path: root/test/unit/viml/expressions/parser_tests.lua
Commit message (Collapse)AuthorAge
* tests: Make format_string('%q', ...) output more stableZyX2018-02-02
| | | It appears to be different on lua and luajit.
* viml/parser/expressions: Make sure that listed nodes may be presentZyX2017-11-26
| | | | With the new test leaving `assert(false);` for any of the cases makes tests crash.
* functests: Add some more testsZyX2017-11-26
|
* tests: Use single test file for unit and functional parser testsZyX2017-11-19