emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests feb2025 074/316: Don't check con


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests feb2025 074/316: Don't check contents after initial fil
Date: Sat, 28 Jan 2017 09:09:49 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit feb202556c7f9625a6381e395be1ac390ebe0d5d
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Don't check contents after initial fil
    
    * 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 |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/test/manual/cedet/cit-texi.el b/test/manual/cedet/cit-texi.el
index b8dffac..c3b3cb7 100644
--- a/test/manual/cedet/cit-texi.el
+++ b/test/manual/cedet/cit-texi.el
@@ -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 <address@hidden>
 
@@ -63,8 +63,10 @@
 
   ;; 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)



reply via email to

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