diff options
| author | Robert Brunhage <robertbrunhage@gmail.com> | 2023-04-12 19:00:13 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-04-13 02:31:49 -0700 |
| commit | ba6c55b203748ec099127914d34554a575e051c0 (patch) | |
| tree | a1cbfd544bf9ad278f781a96409a6ab101fc09ae /tests/indent/dart_spec.lua | |
| parent | test(dart): add test cases for open issues (diff) | |
| download | nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar.gz nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar.bz2 nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar.lz nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar.xz nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.tar.zst nvim-treesitter-ba6c55b203748ec099127914d34554a575e051c0.zip | |
chore(dart): remove tests for switch
Diffstat (limited to 'tests/indent/dart_spec.lua')
| -rw-r--r-- | tests/indent/dart_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/indent/dart_spec.lua b/tests/indent/dart_spec.lua index 143b792b2..0241e531f 100644 --- a/tests/indent/dart_spec.lua +++ b/tests/indent/dart_spec.lua @@ -14,7 +14,6 @@ describe("indent Lua:", function() expected_failures = { "./multiple_arguments.dart", "./class.dart", - "./switch.dart", "./class_function_argument.dart", }, }) @@ -33,7 +32,5 @@ describe("new line:", function() "expected failure issue #4637", XFAIL ) - run:new_line("switch.dart", { on_line = 3, text = "case 7:", indent = 4 }) - run:new_line("switch.dart", { on_line = 6, text = "break;", indent = 6 }, "expected failure", XFAIL) run:new_line("class_function_argument.dart", { on_line = 11, text = "}", indent = 4 }) end) |
