mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Replace literal whitespace with \s
* test/lisp/vc/log-edit-tests.el (log-edit-fill-entry-confinement) (log-edit-fill-entry-space-substitution) (log-edit-fill-entry-initial-wrapping): Replace literal space character with '\s', to avoid tripping up merge scripts.
This commit is contained in:
parent
e41dd2241f
commit
4a76af51bb
1 changed files with 3 additions and 5 deletions
|
@ -180,9 +180,7 @@ lines."))))
|
||||||
(insert string4)
|
(insert string4)
|
||||||
(let ((fill-column 39)) (log-edit-fill-entry))
|
(let ((fill-column 39)) (log-edit-fill-entry))
|
||||||
(should (equal (buffer-string)
|
(should (equal (buffer-string)
|
||||||
;; There is whitespace after "file2.txt" which
|
"* file2.txt\s
|
||||||
;; should not be erased!
|
|
||||||
"* file2.txt
|
|
||||||
(abcdefghijklmnopqrstuvwxyz):")))))
|
(abcdefghijklmnopqrstuvwxyz):")))))
|
||||||
|
|
||||||
(ert-deftest log-edit-fill-entry-space-substitution ()
|
(ert-deftest log-edit-fill-entry-space-substitution ()
|
||||||
|
@ -228,7 +226,7 @@ division.
|
||||||
(sfnt_round_none, sfnt_round_to_grid, sfnt_round_to_double_grid)
|
(sfnt_round_none, sfnt_round_to_grid, sfnt_round_to_double_grid)
|
||||||
"
|
"
|
||||||
wanted "
|
wanted "
|
||||||
* src/sfnt.c
|
* src/sfnt.c\s
|
||||||
(xmalloc, xrealloc):
|
(xmalloc, xrealloc):
|
||||||
Improve behavior
|
Improve behavior
|
||||||
upon allocation
|
upon allocation
|
||||||
|
@ -330,7 +328,7 @@ new line.
|
||||||
(but_this_entry_should_not): With the prose displaced to the
|
(but_this_entry_should_not): With the prose displaced to the
|
||||||
next line instead."
|
next line instead."
|
||||||
wanted "
|
wanted "
|
||||||
* src/sfnt.c
|
* src/sfnt.c\s
|
||||||
(long_entry_1): This
|
(long_entry_1): This
|
||||||
entry should be
|
entry should be
|
||||||
placed on a new
|
placed on a new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue