diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/minibuf-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/minibuf-tests.el b/test/src/minibuf-tests.el index c55611eb84b..feea1c112bf 100644 --- a/test/src/minibuf-tests.el +++ b/test/src/minibuf-tests.el | |||
| @@ -406,7 +406,7 @@ | |||
| 406 | (should (equal (try-completion "bar" '("bArfoo" "barbaz")) | 406 | (should (equal (try-completion "bar" '("bArfoo" "barbaz")) |
| 407 | (try-completion "bar" '("barbaz" "bArfoo")))) | 407 | (try-completion "bar" '("barbaz" "bArfoo")))) |
| 408 | ;; bug#11339 | 408 | ;; bug#11339 |
| 409 | (should (equal (try-completion "baz" '("baz" "bAz")) "baz")) ;And not `t'! | 409 | (should (equal (try-completion "baz" '("baz" "bAz")) "baz")) ;And not t! |
| 410 | (should (equal (try-completion "baz" '("bAz" "baz")) | 410 | (should (equal (try-completion "baz" '("bAz" "baz")) |
| 411 | (try-completion "baz" '("baz" "bAz")))))) | 411 | (try-completion "baz" '("baz" "bAz")))))) |
| 412 | 412 | ||