]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/unicode/invalid.in
Support nesting of elements with next-line scope.
[mandoc.git] / regress / char / unicode / invalid.in
1 .\" $OpenBSD: invalid.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt CHAR-UNICODE-INVALID 1
4 .Os
5 .Sh NAME
6 .Nm char-unicode-invalid
7 .Nd invalid unicode characters
8 .Sh DESCRIPTION
9 .Bd -unfilled
10 BEGINTEST
11 too short: >\[u2B].\[u02B]<
12 just right: >\[u002B]<
13 too long: >\[u0002B].\[u00002B].\[u000002B]<
14 too large: >\[u110000].\[u200000].\[u1000000]<
15 trailing garbage: >\[u1234g]<
16 not unicode: >\[ul].\[ua].\[uA]<
17 ENDTEST
18 .Ed