Skip to content

Commit

Permalink
test: fix reader conditionals typo
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Mar 30, 2024
1 parent 2221773 commit 75b2b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nvim-paredit/barf_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ describe("barfing ::", function()
},
{
"reader conditional",
before_content = "#?{:cljs a :clj b}",
before_content = "#?(:cljs a :clj b)",
before_cursor = { 1, 3 },
after_content = "#?{:cljs a :clj} b",
after_content = "#?(:cljs a :clj) b",
after_cursor = { 1, 3 },
}
})
Expand Down

0 comments on commit 75b2b52

Please sign in to comment.