Files
quickbook/test/include-1_6.quickbook
Daniel James 152fe4fa5d Quickbook: Rename and rearrange some tests.
- 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]
2011-11-01 19:20:46 +00:00

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