summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/viml
AgeCommit message (Expand)AuthorFiles
2026-01-17fix(api): parse_expression crash with unopened ] and nodeSean Dewar1
2024-04-10refactor(test): inject after_each differentlyLewis Russell3
2024-04-08test: improve test conventionsdundargoc3
2024-01-17test: move format_{string,luav} to a separate moduleLewis Russell2
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes4
2022-03-18feat: add support for global statuslineFamiu Haque1
2021-07-27fix(highlight): remove syncolor.vimGregory Anders1
2019-09-03tests: assert:set_parameter('TableFormatLevel', 100) #10925Daniel Hahler1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes2
2018-02-02tests: Make format_string('%q', ...) output more stableZyX1
2017-11-30*: Replace all occurrences of NVim with NvimZyX1
2017-11-26viml/parser/expressions: Make sure that listed nodes may be presentZyX1
2017-11-26functests: Add some more testsZyX1
2017-11-19tests: Stabilize float format and %e in format_luav and format_stringZyX1
2017-11-19*: Fix linter errorsZyX1
2017-11-19tests: Use single test file for unit and functional parser testsZyX2
2017-11-19viml/parser/expressions,unittests: Do better testing, fix found issuesZyX1
2017-11-13unittests,viml/parser/expressions: Start adding asgn parsing testsZyX1
2017-11-13unittests: Fix automatic test case generationZyX1
2017-11-13unittests,syntax: Check for sanity of highlight_init_cmdlineZyX1
2017-11-12unittests: Add some more edge test casesZyX1
2017-11-12viml/parser/expressions: Add support for parsing assignmentsZyX3
2017-11-11unittests: Add a way to show some custom messages only when crashedZyX1
2017-11-06*: Fix linter errorsZyX1
2017-11-06tests: Add missing test casesZyX1
2017-11-06api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX3
2017-11-06tests: Fix testlint errorsZyX3
2017-10-29syntax,viml/parser/expressions: Add missing highlight groupsZyX1
2017-10-29syntax,viml/expressions/parser: Create defaults for expr highlightingZyX1
2017-10-29unittests: Avoid alloc log checking errors when printing testsZyX1
2017-10-29viml/parser/expressions: Fix last error found by KLEEZyX1
2017-10-19viml/parser/expressions: Fix some errors spotted by KLEEZyX1
2017-10-16unittests: Free everything and check for memory leaksZyX1
2017-10-16viml/parser/expressions: Highlight prefix separately from numberZyX1
2017-10-16charset: Avoid overflow in vim_str2nrZyX2
2017-10-15viml/parser/expressions,klee: Fix some problems found by KLEE runZyX1
2017-10-15viml/parser/expressions,tests: Add AST freeing, with sanity checksZyX1
2017-10-15unittests: Test some edge casesZyX1
2017-10-15viml/parser/expressions: Create tests for latest additionsZyX1
2017-10-15viml/parser/expressions: Finish parserZyX3
2017-10-15viml/parser/expressions: Add support for string parsingZyX1
2017-10-15viml/parser/expressions: Add support for subscript and list literalsZyX1
2017-10-15viml/parser/expressions: Error out on multiple colons in a rowZyX1
2017-10-15viml/parser/expressions: Add support for the dot operator and numbersZyX1
2017-10-15viml/parser/expressions: Make lexer parse numbers, support non-decimalZyX1
2017-10-15viml/parser/expressions: Forbid dot or alpha characters after a floatZyX1
2017-10-15viml/parser/expressions: Add support for comparison operatorsZyX3
2017-10-15viml/parser/expressions: Make sure that arrows outside lambda throwZyX1
2017-10-15viml/parser/expressions: Add support for ternary operatorZyX1
2017-10-15viml/parser/expressions: Fix determining invalid commas/colonsZyX1