tests/test-grep
changeset 7240 dac14cc9711e
parent 5107 0edea751bbb2
child 8167 6c82beaaa11a
--- a/tests/test-grep	Wed Oct 22 21:53:27 2008 +0200
+++ b/tests/test-grep	Fri Oct 24 08:16:01 2008 +0200
@@ -53,6 +53,12 @@
 hg grep orange
 hg grep --all orange
 
+echo % match in last "line" without newline
+python -c 'fp = open("noeol", "wb"); fp.write("no infinite loop"); fp.close();'
+hg ci -Amnoeol
+echo % last character omitted in output to avoid infinite loop
+hg grep loop
+
 # Got a traceback when using grep on a single
 # revision with renamed files.
 cd ..
@@ -66,3 +72,4 @@
 hg grep octarine
 # Used to crash here
 hg grep -r 1 octarine
+