escaped blanks: one one two two text
escaped 'e' character: one\eone two text
escaped backslash before blank:
IB one\ two
text
br
escaped backslash before 'e' character:
one\\e two text
double inter-argument space: one two text
triple inter-argument space: one two text
single eol blank: one two text
double eol blank: one two text
triple eol blank: one two text
standard quoted: "one" "two" text
quoted quotes: "one""one" """two""" text
quoted whitespace: "one one" "two two" text
escaped 'e' characters: "one \e one" "\e" text
escaped backslash before blank: "one\ one" "\ " text
escaped backslash before 'e' character: "one\\eone" "\\e" text
double inter-argument space: "one one" "two two" text
triple inter-argument space: "one one" "two two" text
missing inter-argument space: "one one"two two text
single eol blank: "one one" "two two" text
double eol blank: "one one" "two two" text
triple eol blank: "one one" "two two" text
Disabled for now because mandoc man(7) seems to
mishandle trailing blanks in arguments,
but that really isn't urgent to fix.
trailing blanks in arguments:
"one " "two " text
.. unterminated quotes: "one text
one "two text
single trailing blank in unterminated quotes: "one text
one "two text
double trailing blank in unterminated quotes: "one text
one "two text
.. tab after macro: one two text
escape sequence after macro: "one two text
backslash at eol: one two\