1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: use newer test files
The version of the UTF8 stress test file (tests/b/1 and tests/input-3.txt)
shipped by upstream does not contain license info, while newer versions do.
This patch changes the reference data to comply with the new version that is
distributed with the Debian package until upstream update their examples.
Author: Sascha Steinbiss <sascha@steinbiss.name>
Forwarded: https://github.com/jeffkaufman/icdiff/pull/70
--- a/tests/gold-3.txt
+++ b/tests/gold-3.txt
@@ -1 +1 @@
-error: file 'tests/input-3.txt' not valid with encoding 'utf-8': <invalid start byte> at 4440-4441.
+error: file 'tests/input-3.txt' not valid with encoding 'utf-8': <invalid start byte> at 4461-4462.
--- a/tests/gold-recursive.txt
+++ b/tests/gold-recursive.txt
@@ -1,4 +1,4 @@
-error: file 'tests/b/1' not valid with encoding 'utf-8': <invalid start byte> at 4440-4441.
+error: file 'tests/b/1' not valid with encoding 'utf-8': <invalid start byte> at 4461-4462.
[0;34mtests/a/c/f[m [0;34mtests/b/c/f[m
[1;31m2[m [1;32m3[m
[0;35mOnly in tests/b/c: g[m
|