Home | History | Annotate | Line # | Download | only in tests
      1 \input texinfo
      2 @setfilename top.info
      3 @settitle top test
      4 
      5 @c This traditional top node uses @ifinfo for testing.
      6 @c Therefore there will be warnings when processing with --html.
      7 @c The solution is to use @ifnottex instead.
      8 
      9 @ifinfo
     10 @node Top
     11 @top Top test
     12 
     13 Typical top node.
     14 @end ifinfo
     15 
     16 @menu
     17 * Subnode::
     18 @end menu
     19 
     20 @node Subnode
     21 @chapter Subnode
     22 
     23 Subnode.
     24 
     25 @bye
     26