summaryrefslogtreecommitdiff
path: root/Build/source/utils/texinfo/makeinfo/tests/node-expand.txi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-25 01:57:18 +0000
committerKarl Berry <karl@freefriends.org>2009-01-25 01:57:18 +0000
commitaf944c3e4ba74f59f21178c8477fdea4b682ef2b (patch)
treeafa6af46a5179bdbd38a05fa7d63b2ff8ae32516 /Build/source/utils/texinfo/makeinfo/tests/node-expand.txi
parent0cea5be7570fb0ddc3d28e6bb8371809e04ca2ae (diff)
remove texinfo
git-svn-id: svn://tug.org/texlive/trunk@11963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texinfo/makeinfo/tests/node-expand.txi')
-rw-r--r--Build/source/utils/texinfo/makeinfo/tests/node-expand.txi64
1 files changed, 0 insertions, 64 deletions
diff --git a/Build/source/utils/texinfo/makeinfo/tests/node-expand.txi b/Build/source/utils/texinfo/makeinfo/tests/node-expand.txi
deleted file mode 100644
index c31be5a4ebc..00000000000
--- a/Build/source/utils/texinfo/makeinfo/tests/node-expand.txi
+++ /dev/null
@@ -1,64 +0,0 @@
-\input texinfo.tex @c -*-texinfo-*-
-
-@setfilename node-expand.info
-
-@c Makeinfo should expand non-macros such as @@ and @value
-@c in node names and node references, including menus.
-@c This file deliberately references "Node 1" both via
-@c @value and directly; this should not trigger any errors,
-@c as long as --commands-in-node-names is used.
-@c Index entries should all be expanded as well.
-
-@set node1 Node 1
-
-@ifnottex
-
-@node Top, (dir), (dir), (dir)
-@top Expansion in Node Names
-
-@end ifnottex
-
-@menu
-* @value{node1} ::
-* @@node `2'::
-* ``node'' with---tricks::
-@end menu
-
-@xref{@@node `2'}.
-
-@node @value{node1}, @@node `2', Top, Top
-@chapter Chapter 1
-
-@cindex entry for chapter 1
-This is chapter 1.
-@xref{@@node `2'}.
-
-@set sec1 Section 1.1
-
-@menu
-* @value{sec1}::
-@end menu
-
-@node Section 1.1, , Node 1, Node 1
-@comment node-name, next, previous, up
-
-@cindex entry for section 1.1
-This is section 1.1.
-
-@node @@node `2', ``node'' with---tricks, @value{node1}, Top
-@comment node-name, next, previous, up
-@chapter Node 2
-
-@cindex entry for chapter 2
-This is chapter 2.
-@xref{@value{node1}}. @xref{Node 1}.
-@xref{``node'' with---tricks, Node with some tricks}.
-
-@node ``node'' with---tricks, , @@node `2', Top
-
-@cindex tricks
-Another node.
-
-@printindex cp
-
-@bye