diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-05-01 10:37:30 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 75ee7ff2f06628d161c621539b97277f8fd9a1a0 (patch) | |
| tree | 2993bcbe6e4b15540cd0ab3e722f3c619899952e /tests/indent/java_spec.lua | |
| parent | feat(vim): update parser and queries (diff) | |
| download | nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar.gz nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar.bz2 nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar.lz nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar.xz nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.tar.zst nvim-treesitter-75ee7ff2f06628d161c621539b97277f8fd9a1a0.zip | |
tests(gleam): fix assert tests that no longer parse correctly
Diffstat (limited to 'tests/indent/java_spec.lua')
| -rw-r--r-- | tests/indent/java_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/java_spec.lua b/tests/indent/java_spec.lua index 97354dbc7..cbbc16092 100644 --- a/tests/indent/java_spec.lua +++ b/tests/indent/java_spec.lua @@ -26,7 +26,7 @@ describe('indent Java:', function() run:new_line( 'issue_2583.java', { on_line = 3, text = 'int x = 1;', indent = 4 }, - 'fails because tree is in a broken state', + 'broken tree', XFAIL ) run:new_line('issue_2583.java', { on_line = 4, text = 'int x = 1;', indent = 4 }) |
