emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: * test/automated/occur-tests.el (occur-test


From: Glenn Morris
Subject: [Emacs-diffs] [emacs] 01/01: * test/automated/occur-tests.el (occur-tests): Update for output change re control-chars.
Date: Mon, 17 Nov 2014 18:55:08 +0000

branch: master
commit 5813f93cab1a81eba6eef735add5ca7cb1d15e8e
Author: Glenn Morris <address@hidden>
Date:   Mon Nov 17 13:55:02 2014 -0500

    * test/automated/occur-tests.el (occur-tests): Update for output change
    re control-chars.
---
 test/ChangeLog                |    1 +
 test/automated/occur-tests.el |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index 42fcd8e..fb00410 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -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  <address@hidden>
 
diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el
index c00b71d..5b90dab 100644
--- a/test/automated/occur-tests.el
+++ b/test/automated/occur-tests.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]