Quickbook: Fix a test.

[SVN r74347]
This commit is contained in:
Daniel James
2011-09-11 16:58:45 +00:00
parent bf0a45d4cb
commit ec22c9d052
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";
``