You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When coercing a Clojure string to a rewrite-clj node, double quotes
within the string are now escaped.
This was the behavior for rewrite-clj v0, and a regression in
rewrite-clj v1.
Fixes#176
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
16
16
17
17
=== Unreleased
18
18
19
+
* now properly escaping inline double quotes for coerced strings https://github.com/clj-commons/rewrite-clj/issues/176[#176] - thanks to @ivarref for raising the issue!
19
20
* docs:
20
-
** docstring fix, was missing list-node from toc, thanks @rfhayashi!
21
+
** docstring fix, was missing `list-node` from toc, thanks @rfhayashi!
0 commit comments