]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix test data broken by removing trailing whitespace.
authorEric Ludlam <zappo@gnu.org>
Tue, 15 Oct 2019 00:57:06 +0000 (20:57 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Oct 2019 15:08:18 +0000 (11:08 -0400)
test/lisp/cedet/srecode-utest-template.el

index d804db70b36a250264d928d6d9bbfd2f0dff0287..691f5c15b67012a29fc25d614cc88b42d5ed39a0 100644 (file)
@@ -215,14 +215,12 @@ Return NIL on success, or a diagnostic on failure."
    (srecode-utest-output
     :point "wrapinclude-basic" :name "wrapinclude-basic"
     :output ";; An includable  we could use.
-;;
-;; Text after a point inserter."
+;; \n;; Text after a point inserter."
     )
    (srecode-utest-output
     :point "wrapinclude-basic2" :name "wrapinclude-basic"
     :output ";; An includable MOOSE we could use.
-;;
-;; Text after a point inserter."
+;; \n;; Text after a point inserter."
     :dict-entries '("COMMENT" "MOOSE")
     )
    (srecode-utest-output