aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/char/unicode/invalid.in
blob: 69063e4957fd77b342264bfa015b32018047f6a4 (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: July 4 2017 $
.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