mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: off-by-one errors in indent calculation
This commit is contained in:
parent
1affb20c0e
commit
6407d54092
2 changed files with 6 additions and 7 deletions
|
|
@ -13,14 +13,10 @@ describe("indent Python:", function()
|
|||
run:whole_file(".", {
|
||||
expected_failures = {
|
||||
"./aligned_indent.py",
|
||||
"./basic_blocks.py",
|
||||
"./branches.py",
|
||||
"./control_flow.py",
|
||||
"./hanging_indent.py",
|
||||
"./join_lines.py",
|
||||
"./nested_collections.py",
|
||||
"./strings.py",
|
||||
"./control_flow.py",
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue