Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: move format_{string,luav} to a separate module | Lewis Russell | 2024-01-17 |
| | |||
* | build: enable lintlua for test/unit/ dir #26396 | Justin M. Keyes | 2023-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 stable | ZyX | 2018-02-02 |
| | | | It appears to be different on lua and luajit. | ||
* | viml/parser/expressions: Make sure that listed nodes may be present | ZyX | 2017-11-26 |
| | | | | With the new test leaving `assert(false);` for any of the cases makes tests crash. | ||
* | functests: Add some more tests | ZyX | 2017-11-26 |
| | |||
* | tests: Use single test file for unit and functional parser tests | ZyX | 2017-11-19 |