--- a/tests/test-import-eol Mon Jun 15 02:51:10 2009 -0500
+++ b/tests/test-import-eol Tue Jun 16 16:22:42 2009 +0100
@@ -9,9 +9,10 @@
w('+++ b/a\n')
w('@@ -1,5 +1,5 @@\n')
w(' a\n')
-w('-b\r\n')
-w('+y\r\n')
-w(' c\r\n')
+w('-bbb\r\n')
+w('+yyyy\r\n')
+w(' cc\r\n')
+w(' \n')
w(' d\n')
w('-e\n')
w('\ No newline at end of file\n')
@@ -24,7 +25,7 @@
echo '\.diff' > .hgignore
# Test different --eol values
-python -c 'file("a", "wb").write("a\nb\nc\nd\ne")'
+python -c 'file("a", "wb").write("a\nbbb\ncc\n\nd\ne")'
hg ci -Am adda
python ../makepatch.py
echo % invalid eol