;;; 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)