commit 99193dbfc9c01d4924eae992a6819d0bb998f2c8 from: Neels Hofmeyr date: Mon Oct 12 04:04:33 2020 UTC add test for -T option This uncovered a bug in diff_algo_none(), so let's keep it. commit - 6c8c5d3f0b6b2ba6c23acd67179fd37e8f2af66b commit + 99193dbfc9c01d4924eae992a6819d0bb998f2c8 blob - /dev/null blob + c948e6210e5c63dd4acfc5b339f05c39a7e66468 (mode 644) --- /dev/null +++ test/expect018.diff @@ -0,0 +1,16 @@ +--- test018.left-T.txt ++++ test018.right-T.txt +@@ -1,7 +1,6 @@ +-A +-B +-C +-A +-B +-B +-A ++C ++B ++A ++B ++A ++C blob - /dev/null blob + fd113b0f71509c767b9a4e7d4cc2f70f9d41c459 (mode 644) --- /dev/null +++ test/test018.left-T.txt @@ -0,0 +1,7 @@ +A +B +C +A +B +B +A blob - /dev/null blob + 0075e6d23de0d19b7f870a3e82b9b310001b3db9 (mode 644) --- /dev/null +++ test/test018.right-T.txt @@ -0,0 +1,6 @@ +C +B +A +B +A +C