]> code.delx.au - gnu-emacs/commitdiff
* test/automated/occur-tests.el (occur-tests): Update for output change
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Nov 2014 18:55:02 +0000 (13:55 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Nov 2014 18:55:02 +0000 (13:55 -0500)
re control-chars.

test/ChangeLog
test/automated/occur-tests.el

index 42fcd8e934ac0a54dc864a99cfe71b8f6b2d1d44..fb004103cf8fdafb9af1f8ffb3372ca4e6d82ce8 100644 (file)
@@ -2,6 +2,7 @@
 
        * automated/occur-tests.el (occur-test-case, occur-test-create):
        In case of failure, show the actual string, rather than just nil.
+       (occur-tests): Update for apparent change in output re control-chars.
 
 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
 
index c00b71dd05fe49f3aac64a4cc6ac7d206f0d24ad..5b90dab494cffa8c30431233101609038c4f98f9 100644 (file)
@@ -52,7 +52,7 @@ a
 a
 a
 " "\
-2 matches for \"a^Ja\" in buffer:  *test-occur*
+2 matches for \"a\na\" in buffer:  *test-occur*
       1:a
        :a
       3:a
@@ -68,7 +68,7 @@ c
 a
 b
 " "\
-2 matches for \"a^Jb\" in buffer:  *test-occur*
+2 matches for \"a\nb\" in buffer:  *test-occur*
       1:a
        :b
       4:a
@@ -82,7 +82,7 @@ c
 a
 
 " "\
-2 matches for \"a^J\" in buffer:  *test-occur*
+2 matches for \"a\n\" in buffer:  *test-occur*
       1:a
        :
       4:a
@@ -97,7 +97,7 @@ d
 ex
 fx
 " "\
-2 matches for \"x^J.x^J\" in buffer:  *test-occur*
+2 matches for \"x\n.x\n\" in buffer:  *test-occur*
       1:ax
        :bx
        :c
@@ -232,7 +232,7 @@ i
 jx
 kx
 " "\
-3 matches for \"x^J.x\" in buffer:  *test-occur*
+3 matches for \"x\n.x\" in buffer:  *test-occur*
       1:ax
        :bx
        :c
@@ -256,7 +256,7 @@ f
 gx
 hx
 " "\
-2 matches for \"x^J.x\" in buffer:  *test-occur*
+2 matches for \"x\n.x\" in buffer:  *test-occur*
       1:ax
        :bx
        :c