blob: 5355c090e5792ab62e965de768597b3db7574fff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[article Macros Test 1.6
[quickbook 1.6]
]
[def __defined__]
[include macros-inc1.quickbook]
* __foo__
* [defined_template]
* __defined_macro__
* [not_defined_template]
* [__not_defined_macro__]
[import macros-inc1.quickbook]
* __foo__
* [defined_template]
* __defined_macro__
* [not_defined_template]
* [__not_defined_macro__]
|