mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
Fix Clojure indent spec test
This commit is contained in:
parent
370881eeb2
commit
412490d3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ describe("indent Clojure:", function()
|
|||
run:new_line("test.cljc", { on_line = 95, text = ":x", indent = 1 })
|
||||
run:new_line("test.cljc", { on_line = 98, text = ":x", indent = 1 })
|
||||
run:new_line("test.cljc", { on_line = 101, text = ":x", indent = 1 })
|
||||
run:new_line("test.cljc", { on_line = 104, text = ":x", indent = 1 })
|
||||
run:new_line("test.cljc", { on_line = 104, text = ":x", indent = 2 })
|
||||
run:new_line("test.cljc", { on_line = 107, text = ":x", indent = 2 })
|
||||
run:new_line("test.cljc", { on_line = 110, text = ":x", indent = 2 })
|
||||
run:new_line("test.cljc", { on_line = 113, text = ":x", indent = 2 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue