quickbook/test/include-1_7.quickbook
Daniel James 556f06db5f Allow template calls in anchors, roles and includes.
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]
2013-11-13 21:49:49 +00:00

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.]