diff options
Diffstat (limited to 'inputs/test.but')
| -rw-r--r-- | inputs/test.but | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/inputs/test.but b/inputs/test.but index dddc2dd..751ec1b 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -48,7 +48,7 @@ chapter title I can write before feeling silly. This is a para\#{another{} comment}graph of text. It has line\#{yet another one} breaks in between words, multiple - spaces (ignored), and \e{emphasised text} as well as \c{code + spaces (ignored), \e{emphasised text} and \s{strong text} as well as \c{code fragments}. \#{This is an inline comment alone in a paragraph.} @@ -248,8 +248,9 @@ u ú û ü ù _ v w x y ý ÿ ¥ z \u017e 0 \cfg{input-charset}{ASCII} -Testing ligatures in normal (fi), empasised (\e{fi}), code (\c{fi}) and -weak code (\cw{fi}). The latter two should not be ligated. +Testing ligatures in normal (fi), emphasised (\e{fi}), strong +(\s{fi}), code (\c{fi}) and weak code (\cw{fi}). The latter two should +not be ligated. \c Also in a code paragraph (fi) with bold (fi) and italic (fi). \e bb ii @@ -278,6 +279,11 @@ Similarly, we should support things like hyperlinks and \e{in the \W{http://www.tartarus.org/}{middle} of them}, and also \e{at the \W{http://home.att.net/~cecw/lastpage.htm}{end}}. +Try that all over against with \c{\\s}: hyperlinks +\s{\W{http://www.tartarus.org/}{at the beginning} of strong sections}, +and \s{in the \W{http://www.tartarus.org/}{middle} of them}, and also +\s{at the \W{http://home.att.net/~cecw/lastpage.htm}{end}}. + Here's a hyperlink containing some special characters: \W{http://a<b&c>d/}{here}. (Not that it'll \e{work}, but you can at least determine that it's been correctly escaped by inspection of |