]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/N/basic.in
Support nesting of elements with next-line scope.
[mandoc.git] / regress / char / N / basic.in
1 .\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $
2 .TH N-BASIC 1 "January 29, 2011"
3 .SH NAME
4 N-basic \- basic handling of character number escapes
5 .SH DESCRIPTION
6 basic usage: x\N'65'x
7 .br
8 too large: x\N'259'x
9 .br
10 much too large: x\N'2259'x
11 .br
12 .\" XXX mandoc ignores non-printable characters, while groff does not
13 .\" too small: x\N'1'x
14 .\" .br
15 .\" null: x\N'0'x
16 .\" .br
17 non-numerical content: x\N'XX'x
18 .br
19 mixed content: x\N'65XX'x
20 .br
21 empty: x\N''x
22 .br
23 no quoting: x\N665x
24 .br
25 non-matching quoting characters: x\NX65Yx
26 .br
27 end of test document