]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/args/roff.in
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / roff / args / roff.in
1 .TH ARGS-ROFF 1 "February 21, 2015"
2 .SH NAME
3 args-roff - arguments to roff macros
4 .SH DESCRIPTION
5 .de test
6 .BI (\\$1) "(\\$2)"
7 .br
8 ..
9 arguments containing quotes:
10 .test a"b a"b
11 .de test
12 (\\$1) (\\$2)
13 .br
14 ..
15 standard unquoted:
16 .test one two
17 escaped blanks:
18 .test one\ one two\ two
19 escaped 'e' character:
20 .test one\eone two
21 escaped backslash before blank:
22 .test one\\ two
23 escaped backslash before 'e' character:
24 .test one\\e two
25 double inter-argument space:
26 .test one two
27 triple inter-argument space:
28 .test one two
29 single eol blank:
30 .test one two
31 double eol blank:
32 .test one two
33 triple eol blank:
34 .test one two
35 standard quoted:
36 .test "one" "two"
37 quoted quotes:
38 .test "one""one" """two"""
39 quoted whitespace:
40 .test "one one" "two two"
41 escaped 'e' characters:
42 .test "one \e one" "\e"
43 escaped backslash before blank:
44 .test "one\\ one" "\\ "
45 escaped backslash before 'e' character:
46 .test "one\\eone" "\\e"
47 double inter-argument space:
48 .test "one one" "two two"
49 triple inter-argument space:
50 .test "one one" "two two"
51 missing inter-argument space:
52 .test "one one"two\ two
53 single eol blank:
54 .test "one one" "two two"
55 double eol blank:
56 .test "one one" "two two"
57 triple eol blank:
58 .test "one one" "two two"
59 trailing blanks in arguments:
60 .test "one " "two "
61 unterminated quotes:
62 .test "one
63 .test one "two
64 single trailing blank in unterminated quotes:
65 .test "one
66 .test one "two
67 double trailing blank in unterminated quotes:
68 .test "one
69 .test one "two
70 backslash at eol:
71 .test one two\