aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* feat: add "experimental" key to parsersCezary Drożak2021-10-071-0/+46
| | | | feat(ci): mark parsers as experimental in README
* test: Add tests for is_in_node_range (#1756)partizan2021-08-301-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
* add compound_lit.c testleo602282021-08-012-0/+11
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-046-172/+175
|
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-236-208/+175
|
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-236-10/+135
|
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-235-37/+38
|
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2353-0/+885