aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/dart_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-27/+32
|
* ci: add tests for #4632Stephan Seitz2023-05-051-0/+3
| | | | | Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41
* fix(dart_indent): Fix dart case/default indentPham Huy Hoang2023-04-141-2/+9
| | | | | | | | | | add tests add tests for fallthrough case add more tests keep functional tests
* chore(dart): remove tests for switchRobert Brunhage2023-04-131-3/+0
|
* test(dart): add test cases for open issuesRobert Brunhage2023-04-131-2/+10
|
* fix(dart): review commentRobert Brunhage2023-04-131-1/+1
|
* test(dart): add expected failure file to testRobert Brunhage2023-04-131-1/+3
|
* chore: fix formatting issue for dart testRobert Brunhage2023-04-131-1/+6
|
* Update tests/indent/dart_spec.luaRobert Brunhage2023-04-131-1/+1
| | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* test(dart): Add an expected failure testRobert Brunhage2023-04-131-0/+3
|
* Revert "fix(dart): function argument indents is inconsistent"Robert Brunhage2023-04-131-2/+0
| | | | This reverts commit ac4020c70722337c326bf65b645b162ee6e1796b.
* fix(dart): function argument indents is inconsistentRobert Brunhage2023-04-111-0/+2
|
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-101-0/+1
|
* fix(dart): add `@indent_end` to } (#4167)SzeLamC2023-02-241-0/+20
* fix dart indentation after } * add some simple test case