152fe4fa5d
- 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]
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
[library Test that &, < are being escaped.
|
|
[quickbook 1.5]
|
|
[purpose & should be &, < should <]
|
|
[license & should be &, < should <]
|
|
]
|
|
|
|
[section Escapes & explicitly written markup]
|
|
|
|
* & -> &
|
|
* < -> <
|
|
* > -> >
|
|
* " -> "
|
|
|
|
[endsect] |