556f06db5f
Actually a subtle change, as includes and anchors could previously contain spaces. Possibly should still alow that, although I expect it's never used. [SVN r86688]
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
[article Include Test
|
|
[quickbook 1.7]
|
|
[id include-test]
|
|
]
|
|
|
|
[include include-inc.quickbook]
|
|
[include:foo include-inc.quickbook]
|
|
|
|
[template id2[] include-inc]
|
|
[include:foo0 [id2].quickbook]
|
|
|
|
[def __defined__]
|
|
|
|
[? __undefined__ [include:foo1 include-inc.quickbook] ]
|
|
[? __undefined__ [include:foo1 not-a-file.quickbook] ]
|
|
[? __defined__
|
|
Just trying including in a conditional macro. [include:foo2 include-inc.quickbook]
|
|
With some text around it.]
|