Fix Clojure indent spec test

This commit is contained in:
Garrett Hopper 2025-05-08 00:13:19 -05:00
parent 370881eeb2
commit 412490d3c9

View file

@ -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 })