mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
- More consistent names. - Not using `.` in basename. - Run the quickbook manual test last (as when there's an error, the more specific tests are more informative). - Combine some of the code tests. [SVN r75235]
16 lines
365 B
Plaintext
16 lines
365 B
Plaintext
[article Include Test
|
|
[quickbook 1.6]
|
|
[id include-test]
|
|
]
|
|
|
|
[include include_sub.qbk]
|
|
[include:foo include_sub.qbk]
|
|
|
|
[def __defined__]
|
|
|
|
[? __undefined__ [include:foo1 include_sub.qbk] ]
|
|
[? __undefined__ [include:foo1 not-a-file.qbk] ]
|
|
[? __defined__
|
|
Just trying including in a conditional macro. [include:foo2 include_sub.qbk]
|
|
With some text around it.]
|