diff options
author | Eric Ludlam <zappo@gnu.org> | 2019-10-14 20:57:06 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-10-15 11:08:18 -0400 |
commit | 06114b79a5c860fc1eb2393f8167d358d5b55d89 (patch) | |
tree | 9d6ab2dbc0965f7a73d1a25ef8f3e328d6f7c138 | |
parent | 26f5edf0c8afb0a66071a248854898ccbf66b801 (diff) | |
download | emacs-06114b79a5c860fc1eb2393f8167d358d5b55d89.tar.gz |
Fix test data broken by removing trailing whitespace.
-rw-r--r-- | test/lisp/cedet/srecode-utest-template.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el index d804db70b36..691f5c15b67 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 |