Files
quickbook/test/code_cpp-1_5.quickbook
Daniel James 152fe4fa5d Quickbook: Rename and rearrange some tests.
- More consistent names.
- Not using `.` in basename.
- Run the quickbook manual test last (as when there's an error, the more
  specific tests are more informative).
- Combine some of the code tests.

[SVN r75235]
2011-11-01 19:20:46 +00:00

23 lines
497 B
Plaintext

[article C++ Code Blocks
[quickbook 1.5]
]
// No escape
/* No escape */
/* No escape
* with newlines
*/
// In Header: <``[@boost:/boost/optional/optional.hpp boost/optional/optional.hpp]``>
/* In Header: <``[@boost:/boost/optional/optional.hpp boost/optional/optional.hpp]``> */
/* Multiple escapes: ``/italic/``
* ``_underline_````*bold*``
*/
A badly formed comment:
/* Oh dear
A badly formed comment with an escape:
/* Oh dear ``*bold*``