We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4770 commit b51440bCopy full SHA for b51440b
README.md
@@ -35,6 +35,12 @@ In the latter, occurrences of `\g<name>` in the pattern line will be
35
replaced with a previously captured value before the pattern is applied.
36
See [example 3](#example-3-pyre-pgroup-and-ggroup).
37
38
+> **Note**: `pyrediff PATTERN OUTPUT` post-processes the output of `diff`.
39
+> Complex regular expressions, and/or lots of non-alphanumeric escaping
40
+> in `PATTERN` may cause `diff` to generate output as added and removed
41
+> lines at different line offsets (instead of changed lines),
42
+> preventing `pyrediff` from applying the `PATTERN` correctly.
43
+
44
## check\_pattern.awk
45
46
`check_pattern.awk` is an AWK script to post-process the output of
0 commit comments