projects
/
apt-sources-list.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd12fba
)
Remove trailing whitespace
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:40:10 +0000
(14:40 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:40:10 +0000
(14:40 +0200)
apt-sources-list-test.el
patch
|
blob
|
history
diff --git
a/apt-sources-list-test.el
b/apt-sources-list-test.el
index 91c1180f7f4c427b17171752455c2fa7e7f0ef24..54a1f5773c1c342e5c3ee857fbba6eadeeb3cccd 100644
(file)
--- a/
apt-sources-list-test.el
+++ b/
apt-sources-list-test.el
@@
-144,7
+144,7
@@
deb http://deb.test/debian stable main"
(should-be-at-line 4)
(type "C-M-p")
(should-be-at-line 1)
-
+
(should-error (type "C-M-p"))
(should-error (type "C-u 2 C-M-n"))))
@@
-165,6
+165,6
@@
deb http://deb.test/debian stable main"
(should-use-face 'font-lock-comment-delimiter-face)
(search-forward "b")
(should-use-face 'font-lock-comment-face)))
-
-
+
+
;;; apt-sources-list-test.el ends here