blob: 79946986b306f2a38479f30cb5029452a6310620 [file] [log] [blame]
[article Code Block 3]
[section Python code block]
[python]
``
print "\xfabln\xeck"
``
[endsect]
[section C++ code block]
This isn't valid C++ but I think we should accept it;
[cpp]
``
std::cout<<"\xfabln\xeck"<<"\n";
``
[endsect]