aboutsummaryrefslogtreecommitdiff
path: root/test/unit/viml/expressions/parser_tests.lua
Commit message (Collapse)AuthorAge
* test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
|
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
| | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `test/unit/` directory. - TODO: only `test/functional/` remains unchecked. previous: 45fe4d11add933df76a2ea4bf52ce8904f4a778b previous: 517f0cc634b985057da5b95cf4ad659ee456a77e
* 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