e779bb6f08
The macro syntax has been tightened up in 1.6, so that fewer characters are available for macro identifiers. But macros can still be defined using the older quickbook versions When such macros are defined, prevent them from expanding in a quickbook 1.6 document. [SVN r75630]
37 lines
794 B
XML
37 lines
794 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<article id="invalid_macro_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Invalid macro test</title>
|
|
<para>
|
|
Import:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
okay
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
__invalid\macro__
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>
|
|
Include:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
okay
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
bad
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</article>
|