diff options
| author | Glenn Morris | 2014-11-17 13:55:02 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-11-17 13:55:02 -0500 |
| commit | 5813f93cab1a81eba6eef735add5ca7cb1d15e8e (patch) | |
| tree | 38abd6a1cf5bb2e9e6a017882dc6688d424d72f6 | |
| parent | 0eaf98e85afd670332454a089ad982190f86e05f (diff) | |
| download | emacs-5813f93cab1a81eba6eef735add5ca7cb1d15e8e.tar.gz emacs-5813f93cab1a81eba6eef735add5ca7cb1d15e8e.zip | |
* test/automated/occur-tests.el (occur-tests): Update for output change
re control-chars.
| -rw-r--r-- | test/ChangeLog | 1 | ||||
| -rw-r--r-- | 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 @@ | |||
| 2 | 2 | ||
| 3 | * automated/occur-tests.el (occur-test-case, occur-test-create): | 3 | * automated/occur-tests.el (occur-test-case, occur-test-create): |
| 4 | In case of failure, show the actual string, rather than just nil. | 4 | In case of failure, show the actual string, rather than just nil. |
| 5 | (occur-tests): Update for apparent change in output re control-chars. | ||
| 5 | 6 | ||
| 6 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> | 7 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> |
| 7 | 8 | ||
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 | |||
| 52 | a | 52 | a |
| 53 | a | 53 | a |
| 54 | " "\ | 54 | " "\ |
| 55 | 2 matches for \"a^Ja\" in buffer: *test-occur* | 55 | 2 matches for \"a\na\" in buffer: *test-occur* |
| 56 | 1:a | 56 | 1:a |
| 57 | :a | 57 | :a |
| 58 | 3:a | 58 | 3:a |
| @@ -68,7 +68,7 @@ c | |||
| 68 | a | 68 | a |
| 69 | b | 69 | b |
| 70 | " "\ | 70 | " "\ |
| 71 | 2 matches for \"a^Jb\" in buffer: *test-occur* | 71 | 2 matches for \"a\nb\" in buffer: *test-occur* |
| 72 | 1:a | 72 | 1:a |
| 73 | :b | 73 | :b |
| 74 | 4:a | 74 | 4:a |
| @@ -82,7 +82,7 @@ c | |||
| 82 | a | 82 | a |
| 83 | 83 | ||
| 84 | " "\ | 84 | " "\ |
| 85 | 2 matches for \"a^J\" in buffer: *test-occur* | 85 | 2 matches for \"a\n\" in buffer: *test-occur* |
| 86 | 1:a | 86 | 1:a |
| 87 | : | 87 | : |
| 88 | 4:a | 88 | 4:a |
| @@ -97,7 +97,7 @@ d | |||
| 97 | ex | 97 | ex |
| 98 | fx | 98 | fx |
| 99 | " "\ | 99 | " "\ |
| 100 | 2 matches for \"x^J.x^J\" in buffer: *test-occur* | 100 | 2 matches for \"x\n.x\n\" in buffer: *test-occur* |
| 101 | 1:ax | 101 | 1:ax |
| 102 | :bx | 102 | :bx |
| 103 | :c | 103 | :c |
| @@ -232,7 +232,7 @@ i | |||
| 232 | jx | 232 | jx |
| 233 | kx | 233 | kx |
| 234 | " "\ | 234 | " "\ |
| 235 | 3 matches for \"x^J.x\" in buffer: *test-occur* | 235 | 3 matches for \"x\n.x\" in buffer: *test-occur* |
| 236 | 1:ax | 236 | 1:ax |
| 237 | :bx | 237 | :bx |
| 238 | :c | 238 | :c |
| @@ -256,7 +256,7 @@ f | |||
| 256 | gx | 256 | gx |
| 257 | hx | 257 | hx |
| 258 | " "\ | 258 | " "\ |
| 259 | 2 matches for \"x^J.x\" in buffer: *test-occur* | 259 | 2 matches for \"x\n.x\" in buffer: *test-occur* |
| 260 | 1:ax | 260 | 1:ax |
| 261 | :bx | 261 | :bx |
| 262 | :c | 262 | :c |