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
The diff tools use a special line to report about absence of the trailing newline character aka incomplete line (some report when it differs between the compared files, others report always): \ No newline at end of file
This line is currently parsed as a neutral line, but in fact it always belongs to either of the diff sides. Its content should probably not reported as is.
The text was updated successfully, but these errors were encountered:
detouched
added a commit
to detouched/diffparser
that referenced
this issue
Jun 7, 2018
…bergs#17, thombergs#20)
- Incomplete marker lines are not parsed as NEUTRAL lines anymore,
they are set as a flag on a Diff for either of the diff side instead.
This is a potentially breaking change, so version bumped to 2.0.
- TestNG used to pull in JUnit as a direct dependency, and test classes
used to use a mixture of TestNG and JUnit assertions. This commit
bumps TestNG to a recent 6.14.3 which doesn't have JUnit anymore,
and adjusts the tests to use TestNG assertions only.
The diff tools use a special line to report about absence of the trailing newline character aka incomplete line (some report when it differs between the compared files, others report always):
\ No newline at end of file
This line is currently parsed as a neutral line, but in fact it always belongs to either of the diff sides. Its content should probably not reported as is.
The text was updated successfully, but these errors were encountered: