Files
@ 7d0476e1f1dc
Branch filter:
Location: kallithea/rhodecode/tests/fixtures/hg_diff_del_single_binary_file.diff
7d0476e1f1dc
112 B
text/x-diff
fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbols
- regex by \W did split & and other to 3 tokens, and escaping was broken
- regex by \W did split & and other to 3 tokens, and escaping was broken