X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/672e462641c3843b10089d25855397d1d92e4962..e34ba5c3b8a7bcb8fceb437125da3a6a6f6d2dba:/inputs/test.but diff --git a/inputs/test.but b/inputs/test.but index 9eb469d..7b0df07 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -4,6 +4,9 @@ Lines, Not Just Two. How's That For Ludicrous? \cfg{xhtml-leaf-smallest-contents}{2} \cfg{xhtml-leaf-contains-contents}{true} +\cfg{info-dir-entry}{Sillinesses}{test.but}{Halibut test document} +\cfg{info-dir-entry}{Florbles}{test.but}{Subsection of Halibut test +document}{sub-sub} \cfg{man-headnumbers}{true} This paragraph is not labelled \q{preamble}, but should still appear @@ -19,6 +22,8 @@ date \date{%Y.%m.%d} (default format is \date). \copyright Copyright 1999 Simon \#{second comment}Tatham. All rights reserved. +Here's another paragraph, which goes after the copyright. + \define{metacoopt} [this is a nested, multi-line macro, talking about \coopt a bit] @@ -27,7 +32,7 @@ a bit] \define{eur} \u20AC{EUR } -\versionid $Id: test.but,v 1.23 2004/03/25 19:27:12 simon Exp $ +\versionid $Id: test.but,v 1.27 2004/04/19 17:09:49 simon Exp $ \C{ch\\ap} First chapter title; for similar wrapping reasons this chapter title will be ludicrously long. I wonder how much more @@ -95,6 +100,11 @@ And here's a sublist. Numbered, just for variety. \n 1b. +\lcont{ +\c Code +\c Paragraph +} + \n 1c. \lcont{This is an even sillier one: a continuation of a list item in @@ -158,6 +168,24 @@ And a nested macro: \metacoopt. A slightly more difficult macro: \eur\.2500. +Test of input character set switching. + +\b 8859 character in ASCII mode: expect nothing useful. [coöpt] + +\cfg{input-charset}{ISO-8859-1} + +\b 8859 character in 8859 mode: expect the right thing. [coöpt] + +\cfg{input-charset}{UTF-8} + +\b 8859 character in UTF-8 mode: expect the wrong thing. [coöpt] + +\b UTF-8 sequence in UTF-8 mode: expect the right thing again. [coöpt] + +\cfg{input-charset}{ASCII} + +Back to ASCII again. + Oh, while I'm here: some special characters. The \\, \{ and \} characters, to be precise. And their code equivalents, \c{\\}, \i\c{\{}, \c{\}}.