Fix concatenation issue in 'test_with_garbage_hunk' test for unifed_diffs.py

Review Request #11869 — Created Nov. 3, 2021 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

For the `test_with_garbage_in_hunk` test, two lines were
concatenated which made it seem like the proper message should
be talking about line 5. However, the garbage is on line 6.

This commit just adds that comma in to fix the input and corrects
the expected message.

Only the one test was updated to more accurately test unified
diffs.

Commits

Files

    Loading...