diff options
Diffstat (limited to 'regress/roff/shift/bad.in')
-rw-r--r-- | regress/roff/shift/bad.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/regress/roff/shift/bad.in b/regress/roff/shift/bad.in new file mode 100644 index 00000000..809832de --- /dev/null +++ b/regress/roff/shift/bad.in @@ -0,0 +1,30 @@ +.\" $OpenBSD: bad.in,v 1.1 2018/08/23 14:16:12 schwarze Exp $ +.TH SHIFT_BAD 1 "August 23, 2018" +.SH NAME +.B shift-bad +\(en wrong usage of macro arguments +.SH DESCRIPTION +initial text +.de mym +in macro: "\\$1" +.PP +invalid argument number 'x': "\\$x" +.. +.PP +argument used before call: "\$1" +.shift +.PP +.mym argument +.PP +argument used after call: "\$1" +.shift 2 +.PP +.de mym +.shift badarg +after shift badarg: "\\$1" +.shift 2 +after excessive shift: \\n(.$ "\\$1" +.. +.mym arg1 arg2 +.PP +final text |