aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/dart
Commit message (Collapse)AuthorAgeFilesLines
* ci: add tests for #4632Stephan Seitz2023-05-051-0/+8
| | | | | 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-0/+30
| | | | | | | | | | add tests add tests for fallthrough case add more tests keep functional tests
* chore(dart): remove tests for switchRobert Brunhage2023-04-131-9/+0
|
* test(dart): add test cases for open issuesRobert Brunhage2023-04-133-0/+26
|
* test(dart): Add an expected failure testRobert Brunhage2023-04-131-0/+13
|
* Revert "fix(dart): function argument indents is inconsistent"Robert Brunhage2023-04-131-13/+0
| | | | This reverts commit ac4020c70722337c326bf65b645b162ee6e1796b.
* fix(dart): function argument indents is inconsistentRobert Brunhage2023-04-111-0/+13
|
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-101-0/+5
|
* fix(dart): add `@indent_end` to } (#4167)SzeLamC2023-02-241-0/+4
* fix dart indentation after } * add some simple test case