cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
582 stars 7 forks source link

Slurp with strings breaks #1936

Open cursive-ide opened 6 years ago

cursive-ide commented 6 years ago
"foo|" "bar"

slurping there results in:

"foo " bar ""
coltnz commented 6 years ago

similarly "|" abc => "| abc" ; not "|abc"