Fixing another parsing issue preventing delete edit hunks to be recorded
Dependencies
- [2]
FVN4TICGRefusing to parse patches to binary files converted to text format, as there is no way to make sense of them - [3]
5FI6SBEZRe-implement change printing and parsing
Change contents
- replacement in libpijul/src/change/parse.rs at line 371
fold_many1(complete(|i| parse_content_line(leading_char, i)),String::new,|s, r| s + r.as_str(),)(i)?if encoding.is_none() {return Err(nom::Err::Error(nom::error::Error::new(i,nom::error::ErrorKind::Verify,)))} else {fold_many0(complete(|i| parse_content_line(leading_char, i)),String::new,|s, r| s + r.as_str(),)(i)?}