10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
# undef existing macro, and try to use it
|
|
<Macro foo>
|
|
Warning "foo macro contents"
|
|
</Macro>
|
|
# expanded, but will not be processed because of error
|
|
Use foo
|
|
UndefMacro foo
|
|
# error, does not exist anymore
|
|
Use foo
|