Diffing a small change to a bulid.gradle file gets a panic:
$ difft build.baseline.gradle.txt build.changed.gradle.txt
thread 'main' panicked at /home/tomwhoiscontrary/.cargo/registry/src/index.crates.io-6f17d22bba15001f/line-numbers-0.3.0/src/lib.rs:105:13:
Offset 1505 is out of bounds for a string of length 1504
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Diffing a small change to a bulid.gradle file gets a panic:
With these files:
build.changed.gradle.txt build.baseline.gradle.txt