Home | History | Annotate | Line # | Download | only in tests
      1 \input texinfo
      2 @setfilename include-value.info
      3 @c Id: include-value.txi,v 1.2 2004/04/11 17:56:47 karl Exp 
      4 
      5 @set testvar incl-incl.txi
      6 
      7 @c test - in the variable name, and concatenation of text after.
      8 @set test-var incl-incl.tx
      9 
     10 @c test - in the variable name, and concatenation of text before and after.
     11 @set test_var ncl-incl.tx
     12 
     13 
     14 @node Top
     15 
     16 testvar include: @include @value{testvar}
     17 
     18 testvar verbatiminclude: @verbatiminclude @value{testvar}
     19 
     20 
     21 test-var include: @include @value{test-var}i
     22 
     23 test-var verbatiminclude: @verbatiminclude @value{test-var}i
     24 
     25 
     26 test_var include: @include i@value{test_var}i
     27 
     28 test_var verbatiminclude: @verbatiminclude i@value{test_var}i
     29 
     30 
     31 @bye
     32 
     33