source: trunk/essentials/sys-apps/texinfo/makeinfo/tests/node-whitespace.txi

Last change on this file was 2617, checked in by bird, 20 years ago

GNU Texinfo 4.8

File size: 402 bytes
Line 
1\input texinfo.tex @c -*-texinfo-*-
2
3@setfilename node-whitespace.info
4
5@c Makeinfo should collapse whitespace in node names.
6
7@ifnottex
8
9@node Top
10@top Whitespace in Node Names
11
12@end ifnottex
13
14@menu
15* Chap 1.3 ::
16* Chap 1.4 :Chap 1.4.
17@end menu
18
19@node Chap 1.3
20@chapter Chap 1.3
21
22Can I reach here?
23
24@node Chap 1.4
25@chapter Another space test
26
27How about here?
28@xref{Chap 1.3}.
29
30@bye
Note: See TracBrowser for help on using the repository browser.