From 5813f93cab1a81eba6eef735add5ca7cb1d15e8e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 17 Nov 2014 13:55:02 -0500 Subject: [PATCH] * 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 42fcd8e934a..fb004103cf8 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 diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el index c00b71dd05f..5b90dab494c 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 -- 2.39.5