summaryrefslogtreecommitdiff
path: root/makeinfo/tests/node-whitespace.txi
blob: 04f0339a8c81fcedb76eecb4bf66512be414ee6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\input texinfo.tex    @c -*-texinfo-*-

@setfilename node-whitespace.info

@c Makeinfo should collapse whitespace in node names.

@ifnottex

@node Top
@top Whitespace in Node Names

@end ifnottex

@menu
* Chap  1.3  ::
* Chap  1.4  :Chap  1.4.
@end menu

@node Chap  1.3
@chapter Chap 1.3

Can I reach here?

@node Chap      1.4
@chapter Another space test

How about here?
@xref{Chap      1.3}.

@bye