X-Git-Url: https://git.korewanetadesu.com/?p=apt-sources-list.git;a=blobdiff_plain;f=apt-sources-list-test.el;fp=apt-sources-list-test.el;h=54a1f5773c1c342e5c3ee857fbba6eadeeb3cccd;hp=91c1180f7f4c427b17171752455c2fa7e7f0ef24;hb=4cffa644e1db4b2f7214d61efd6e6882150887bf;hpb=fd12fbacf245714be5ca20563572cb49e2f1eb45 diff --git a/apt-sources-list-test.el b/apt-sources-list-test.el index 91c1180..54a1f57 100644 --- 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