summaryrefslogtreecommitdiffstats
path: root/regress/char/unicode/invalid.in
blob: 0bd3a79585a272cc77ee8d74cb31e89619a37412 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: invalid.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate$
.Dt CHAR-UNICODE-INVALID 1
.Os
.Sh NAME
.Nm char-unicode-invalid
.Nd invalid unicode characters
.Sh DESCRIPTION
.Bd -unfilled
BEGINTEST
too short: >\[u2B].\[u02B]<
just right: >\[u002B]<
too long: >\[u0002B].\[u00002B].\[u000002B]<
too large: >\[u110000].\[u200000].\[u1000000]<
trailing garbage: >\[u1234g]<
not unicode: >\[ul].\[ua].\[uA]<
ENDTEST
.Ed