diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/editfns-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index 54fb743e192..3073e371933 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el | |||
| @@ -205,6 +205,7 @@ | |||
| 205 | (should (equal (should-error (format "a %$s b" 11)) | 205 | (should (equal (should-error (format "a %$s b" 11)) |
| 206 | '(error "Invalid format operation %$"))) | 206 | '(error "Invalid format operation %$"))) |
| 207 | (should (equal (should-error (format "a %-1$s b" 11)) | 207 | (should (equal (should-error (format "a %-1$s b" 11)) |
| 208 | '(error "Invalid format operation %$")))) | 208 | '(error "Invalid format operation %$"))) |
| 209 | (should (equal (format "%1$c %1$s" ?±) "± 177"))) | ||
| 209 | 210 | ||
| 210 | ;;; editfns-tests.el ends here | 211 | ;;; editfns-tests.el ends here |