]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't check contents after initial fil
authorEric Ludlam <zappo@gnu.org>
Sun, 31 Mar 2013 16:02:26 +0000 (12:02 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:59:25 +0000 (17:59 +0200)
* test/manual/cedet/cit-texi.el: (cit-srecode-fill-texi): Do not check
 contents after initial fill.  See comment for why.

test/manual/cedet/cit-texi.el

index b8dffac5fd5354b5fa797f1593a9702f76771d27..c3b3cb71a0cd2b23f87fd3394d701047fa0739db 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cit-texi.el --- testing Texinfo support.
 
-;; Copyright (C) 2008 Eric M. Ludlam
+;; Copyright (C) 2008, 2013 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
 
   ;; 2 b) Test various templates.
 
-  (cit-srecode-fill-with-stuff "src/foodoc.texi" cit-doc-tags
-                              "NAME" "All about the FOO.")
+  ;; We can't test the inserted resutls because the empty insert creates a
+  ;; section that isn't part of cit-doc-tags, but is discovered by the validator.
+  (cit-srecode-fill-with-stuff-notest "src/foodoc.texi" cit-doc-tags
+                                     "NAME" "All about the FOO.")
 
   (re-search-forward "@menu\n")
   (sit-for 0)