~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to makeinfo/tests/include-value.txi

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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