emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 06114b7 6/7: Fix test data broken by removing trail


From: Stefan Monnier
Subject: [Emacs-diffs] master 06114b7 6/7: Fix test data broken by removing trailing whitespace.
Date: Tue, 15 Oct 2019 11:08:25 -0400 (EDT)

branch: master
commit 06114b79a5c860fc1eb2393f8167d358d5b55d89
Author: Eric Ludlam <address@hidden>
Commit: Stefan Monnier <address@hidden>

    Fix test data broken by removing trailing whitespace.
---
 test/lisp/cedet/srecode-utest-template.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/lisp/cedet/srecode-utest-template.el 
b/test/lisp/cedet/srecode-utest-template.el
index d804db7..691f5c1 100644
--- a/test/lisp/cedet/srecode-utest-template.el
+++ b/test/lisp/cedet/srecode-utest-template.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]