Fixing a crash (asserting that the contents of an edit is non-empty)
Dependencies
- [2]
YQMLICLWFix the hunk_roundtrip test, simplify code, improve test coverage, fix some edge cases. - [3]
5FI6SBEZRe-implement change printing and parsing - [4]
MQ7TZOT6Edits can delete lines too
Change contents
- replacement in libpijul/src/change/parse.rs at line 160
contents_minusif contents_minus.is_empty() {contents_minus} else {return Err(nom::Err::Error(nom::error::Error::new(i,nom::error::ErrorKind::Verify,)))}