Quickbook: Fix a test.

[SVN r75222]
This commit is contained in:
Daniel James 2011-11-01 18:59:39 +00:00
parent ba93ea43bc
commit 7cfb29d18c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
This isn't valid C++ but I think we should accept it;
</para>
<para>
[cpp]
<programlisting><phrase role="identifier">std</phrase><phrase role="special">::</phrase><phrase role="identifier">cout</phrase><phrase role="special">&lt;&lt;</phrase><phrase role="string">&quot;\xfabln\xeck&quot;</phrase><phrase role="special">&lt;&lt;</phrase><phrase role="string">&quot;\n&quot;</phrase><phrase role="special">;</phrase>
</programlisting>
</para>

View File

@ -13,7 +13,7 @@
This isn't valid C++ but I think we should accept it;
[cpp]
[c++]
``
std::cout<<"\xfabln\xeck"<<"\n";
``