diff options
Diffstat (limited to 'texinfo/testsuite/text/atnode.texi')
-rw-r--r-- | texinfo/testsuite/text/atnode.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/texinfo/testsuite/text/atnode.texi b/texinfo/testsuite/text/atnode.texi new file mode 100644 index 00000000000..443738d19aa --- /dev/null +++ b/texinfo/testsuite/text/atnode.texi @@ -0,0 +1,21 @@ +@setfilename atnode + +@node Top +@c @top Toity + +@menu +* @@string:: A node with an at sign in its name +* Joke:: A node without an at sign in its name +@end menu + +@node @@string +@chapter On the Nature of Strings + +They can be thick or thin. + +@node Joke +@chapter Stop me if You've Heard this One + +These three strings (@pxref{@@string}), walked into a bar, and... + +@bye |