We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
..
1 parent ae804e5 commit 72500a3Copy full SHA for 72500a3
CHANGELOG.md
@@ -6,9 +6,9 @@
6
- Support `--version` option to `pyrediff`.
7
8
### Fixed
9
-- Fix `pyrediff -e` to ensure `\\` is escaped correctly if the next character
+- Fix `pyrediff -e` to ensure `\` is escaped correctly if the next character
10
is unescaped.
11
- I.e., `don\\'t` is now correctly escaped as `don\\\\'t`.
+ I.e., `don\'t` is now correctly escaped as `don\\'t`.
12
13
14
## [17] - 2023-02-25
0 commit comments