]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/unicode/invalid.in
Implement automatic line breaking
[mandoc.git] / regress / char / unicode / invalid.in
1 .Dd October 28, 2014
2 .Dt CHAR-UNICODE-INVALID 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm char-unicode-invalid
6 .Nd invalid unicode characters
7 .Sh DESCRIPTION
8 .Bd -unfilled
9 BEGINTEST
10 too short: >\[u2B].\[u02B]<
11 just right: >\[u002B]<
12 too long: >\[u0002B].\[u00002B].\[u000002B]<
13 too large: >\[u110000].\[u200000].\[u1000000]<
14 trailing garbage: >\[u1234g]<
15 not unicode: >\[ul].\[ua].\[uA]<
16 ENDTEST
17 .Ed