summaryrefslogtreecommitdiff
path: root/tests/indent/c_spec.lua
AgeCommit message (Collapse)Author
2022-02-06tests: add test for #2086Stephan Seitz
While this does not test the described problem in insert mode
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
Also this issue has already been fixed
2022-02-05fix(indents): re-parse before each indentStephan Seitz
2022-02-05indents(c): add zero_indent for #ifStephan Seitz
2022-02-05indents(c): fix indentation on block commentStephan Seitz
2022-02-05indents(c): fix ternaryStephan Seitz
2022-01-21fix(indent): c/cpp - support newline after closing braceMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2021-11-24Mark failing indent tests to add them to CIStephan Seitz
Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved.
2021-08-01add compound_lit.c testleo60228
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-04-23tests/indent: factor out most of the code into common.luaJędrzej Boczar
2021-04-23tests/indent: move common code out of main lua/ directoryJędrzej Boczar
2021-04-23tests/indent: move the run helper functions to top-levelJędrzej Boczar
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar