mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 06:42:27 +00:00
Quickbook: Fix a test.
[SVN r74347]
This commit is contained in:
@@ -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"><<</phrase><phrase role="string">"\xfabln\xeck"</phrase><phrase role="special"><<</phrase><phrase role="string">"\n"</phrase><phrase role="special">;</phrase>
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
This isn't valid C++ but I think we should accept it;
|
||||
|
||||
[cpp]
|
||||
[c++]
|
||||
``
|
||||
std::cout<<"\xfabln\xeck"<<"\n";
|
||||
``
|
||||
|
||||
Reference in New Issue
Block a user