mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
tests(gleam): fix assert tests that no longer parse correctly
This commit is contained in:
parent
a83f2d1417
commit
75ee7ff2f0
5 changed files with 11 additions and 10 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue