Skip to content

Commit

Permalink
Add remaining test for #49
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 15, 2024
1 parent ecab7d6 commit 16f0b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nextjournal/clojure_mode_tests.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"\"[|]\"" "\"|]\"" ;; normal deletion inside strings
"( ;;\n|)" "( ;;|\n)" ;; don't put paren behind line comment
"( ;|\n)" "( |\n)"
"(;;\n|;;\n)" "(;;|\n;;\n)"
))

#?(:squint nil
Expand Down

0 comments on commit 16f0b6c

Please sign in to comment.