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/python_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/python_spec.lua')
| -rw-r--r-- | tests/indent/python_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua index 65be126fa..d0a86e540 100644 --- a/tests/indent/python_spec.lua +++ b/tests/indent/python_spec.lua @@ -56,13 +56,13 @@ describe('indent Python:', function() run:new_line( 'join_lines.py', { on_line = 1, text = '+ 1 \\', indent = 4 }, - 'fails due two not working query at python/indent.scm:30', + 'expected failure', XFAIL ) run:new_line( 'join_lines.py', { on_line = 4, text = '+ 1 \\', indent = 4 }, - 'fails due two not working query at python/indent.scm:30', + 'expected failure', XFAIL ) run:new_line('join_lines.py', { on_line = 7, text = '+ 1 \\', indent = 4 }) |
