]> git.cameronkatri.com Git - mandoc.git/blob - regress/eqn/define/invalid.in
Support nesting of elements with next-line scope.
[mandoc.git] / regress / eqn / define / 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 DEFINE-INVALID 1
4 .Os
5 .Sh NAME
6 .Nm define-invalid
7 .Nd invalid define and undef statements
8 .Sh DESCRIPTION
9 define without variable name:
10 .EQ
11 define bruch 'over' 1 bruch 2 undef bruch bruch define
12 .EN
13 eol
14 .Pp
15 define without value:
16 .EQ
17 define bruch 'over' 1 bruch 2 undef bruch bruch define bruch
18 .EN
19 eol
20 .Pp
21 define without value:
22 .EQ
23 define bruch 'over' 1 bruch 2 undef bruch bruch undef
24 .EN
25 eol
26 .Pp
27 tdefine without variable name:
28 .EQ
29 tdefine
30 .EN
31 eol
32 .Pp
33 tdefine without value:
34 .EQ
35 tdefine bruch
36 .EN
37 eol