Closed halostatue closed 7 years ago
This is related to issue #2.
This is not, in fact, fixed.
1) Diff::LCS Issues should not fail to provide a simple patchset (issue 1)
Failure/Error: Diff::LCS.patch(s1, diff_s1_s2).should == s2
expected: "bXaX"
got: "" (using ==)
# ./spec/issues_spec.rb:17:in `block (2 levels) in <top (required)>'
It's still detecting this as an unpatch, so the intuition of simple patches is bollocks.
Fixed, hopefully permanently, in #39.
[#13817] Diff::LCS.diff breaks under weird circumstances
Date: 2007-09-10 04:45
Doing this causes a nasty bug:
Do other people get the same error?