mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
Unbreak ert tests
* test/lisp/emacs-lisp/tabulated-list-test.el (tabulated-list-print) (tabulated-list-sort): Update tests for recent change.
This commit is contained in:
parent
2cd2fc74e4
commit
ce6cee4ca3
1 changed files with 18 additions and 17 deletions
|
|
@ -86,7 +86,8 @@
|
||||||
(skip-chars-forward "[:blank:]")
|
(skip-chars-forward "[:blank:]")
|
||||||
(tabulated-list-sort)
|
(tabulated-list-sort)
|
||||||
(let ((text (buffer-substring-no-properties (point-min) (point-max))))
|
(let ((text (buffer-substring-no-properties (point-min) (point-max))))
|
||||||
(should (string= text " 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
|
(should (string= text
|
||||||
|
" 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
|
||||||
abc-mode abc-mode 944 available Major mode for editing abc music files
|
abc-mode abc-mode 944 available Major mode for editing abc music files
|
||||||
mode mode 1128 installed A simple mode for editing Actionscript 3 files
|
mode mode 1128 installed A simple mode for editing Actionscript 3 files
|
||||||
zzzz-game zzzz-game 2113 installed play zzzz in Emacs\n"))
|
zzzz-game zzzz-game 2113 installed play zzzz in Emacs\n"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue