Files
quickbook/test/macro.quickbook
Daniel James c2b5212d49 Only stack macros when necessary.
Pushing and popping symbol containers is pretty expensive, so try to do
it less.

[SVN r65102]
2010-08-29 11:18:51 +00:00

16 lines
127 B
Plaintext

[article Macro Test
[quickbook 1.5]
]
[def one 1]
one
[template foo[]
[def two 2]
two
]
[foo]
two [/This shouldn't expand]