4e411e96ce
[SVN r75351]
34 lines
282 B
Plaintext
34 lines
282 B
Plaintext
[article Macro Test
|
|
[quickbook 1.6]
|
|
]
|
|
|
|
[def one 1]
|
|
|
|
one
|
|
|
|
[template foo[]
|
|
|
|
[def two 2]
|
|
two
|
|
]
|
|
|
|
[foo]
|
|
two [/This shouldn't expand]
|
|
|
|
|
|
[def __foo__ 1]
|
|
[def __foo__ 2]
|
|
__foo__
|
|
|
|
[template foo2[]
|
|
[def __foo__ 3]
|
|
__foo__
|
|
]
|
|
|
|
[foo2]
|
|
__foo__
|
|
|
|
[def __crazy[1]]
|
|
[def __crazy2\m2]
|
|
__crazy
|
|
__crazy2 |