[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)
- [Emacs-diffs] scratch/merge-cedet-tests c672504 249/316: etc/srecode/c.srt: New file, contents from cpp.srt, (continued)
- [Emacs-diffs] scratch/merge-cedet-tests c672504 249/316: etc/srecode/c.srt: New file, contents from cpp.srt, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests ab1acb9 300/316: Test refactor/move, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 75c52c3 055/316: (ms_structs, fun): New test example from Marting Stein., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests dbfb320 057/316: Test files contributed by Barry OReilly, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests d8b5630 060/316: Patch from Marcus Harnisch, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests dbed2db 058/316: Run the tests., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests d58e8d8 063/316: Reverse the exist status of Emacs., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests c9de94f 064/316: * cit-test.sh: Add support for running in batch mode., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files contributed by Barry OReilly, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 0c4deea 079/316: Test files contributed by Barry OReilly, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests feb2025 074/316: Don't check contents after initial fil,
Edward John Steere <=
- [Emacs-diffs] scratch/merge-cedet-tests 5812c59 073/316: Remove obsolete cvs-auto-updated 'X-RCS' line., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 89e6966 077/316: Remove compatibility function `cedet-called-interactively-p'., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 3739238 086/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests e145e4d 088/316: ("Lisp"): Add cit-cpp, cit-el, cit-texi, cit-load, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests bc36c86 075/316: Add header comments and provide., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 6a63635 090/316: ("ede-proj-project"): Add scripts/cit-test.sh, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests b5a5b45 091/316: ("Lisp"): Add cit-gnustep.el, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests fac8155 094/316: ("cit"): Add speedbar aux package., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 19ad5c7 095/316: Merge from 1.0pre6 branch, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 690c256 092/316: ("Lisp"): Add :versionsource, and :aux-packages, Edward John Steere, 2017/01/28