diff options
author | 2016-12-07 23:06:57 +0000 | |
---|---|---|
committer | 2016-12-07 23:06:57 +0000 | |
commit | 4fc895c29ac97c9a26e0560162e455b39e89a0b6 (patch) | |
tree | 995274232f7205acd7a70c88c6b6404d67f50707 | |
parent | Do not clear the prompt when a message is shown, just leave it around and (diff) | |
download | wireguard-openbsd-4fc895c29ac97c9a26e0560162e455b39e89a0b6.tar.xz wireguard-openbsd-4fc895c29ac97c9a26e0560162e455b39e89a0b6.zip |
enable commented parts of the test, they seem to work now
-rw-r--r-- | regress/usr.bin/mandoc/roff/args/roff.out_ascii | 9 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/roff/args/roff.out_lint | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/roff/args/roff.out_ascii b/regress/usr.bin/mandoc/roff/args/roff.out_ascii index 52385a4196e..eb0b532349c 100644 --- a/regress/usr.bin/mandoc/roff/args/roff.out_ascii +++ b/regress/usr.bin/mandoc/roff/args/roff.out_ascii @@ -30,9 +30,12 @@ DDEESSCCRRIIPPTTIIOONN double eol blank: (one one) (two two) triple eol blank: (one one) (two two) trailing blanks in arguments: (one ) (two ) - unterminated quotes: (one) (two) - single trailing blank in unterminated quotes: (one) (two ) - double trailing blank in unterminated quotes: (one) (two ) + unterminated quotes: (one) () + (one) (two) + single trailing blank in unterminated quotes: (one ) () + (one) (two ) + double trailing blank in unterminated quotes: (one ) () + (one) (two ) backslash at eol: (one) (two) diff --git a/regress/usr.bin/mandoc/roff/args/roff.out_lint b/regress/usr.bin/mandoc/roff/args/roff.out_lint index 7c20a0488bc..df08f6f628d 100644 --- a/regress/usr.bin/mandoc/roff/args/roff.out_lint +++ b/regress/usr.bin/mandoc/roff/args/roff.out_lint @@ -4,8 +4,13 @@ mandoc: roff.in:34:17: WARNING: whitespace at end of input line mandoc: roff.in:54:27: WARNING: whitespace at end of input line mandoc: roff.in:56:28: WARNING: whitespace at end of input line mandoc: roff.in:58:29: WARNING: whitespace at end of input line +mandoc: roff.in:62:7: WARNING: unterminated quoted argument mandoc: roff.in:63:11: WARNING: unterminated quoted argument +mandoc: roff.in:65:7: WARNING: unterminated quoted argument +mandoc: roff.in:65:12: WARNING: whitespace at end of input line mandoc: roff.in:66:11: WARNING: unterminated quoted argument mandoc: roff.in:66:16: WARNING: whitespace at end of input line +mandoc: roff.in:68:7: WARNING: unterminated quoted argument +mandoc: roff.in:68:13: WARNING: whitespace at end of input line mandoc: roff.in:69:11: WARNING: unterminated quoted argument mandoc: roff.in:69:17: WARNING: whitespace at end of input line |