aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sq
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Sq')
-rw-r--r--regress/mdoc/Sq/empty.in4
-rw-r--r--regress/mdoc/Sq/empty.out_ascii3
-rw-r--r--regress/mdoc/Sq/empty.out_markdown4
3 files changed, 6 insertions, 5 deletions
diff --git a/regress/mdoc/Sq/empty.in b/regress/mdoc/Sq/empty.in
index 00af9a27..4a8cd1e1 100644
--- a/regress/mdoc/Sq/empty.in
+++ b/regress/mdoc/Sq/empty.in
@@ -8,7 +8,7 @@
An empty
.Sq
and a full
-.Sq user@host
+.Sq "(" user@host
quotation.
And another
-.So full Sc one .
+.So "(" full Sc one "Sy" bold .
diff --git a/regress/mdoc/Sq/empty.out_ascii b/regress/mdoc/Sq/empty.out_ascii
index 4ca5e846..cf014420 100644
--- a/regress/mdoc/Sq/empty.out_ascii
+++ b/regress/mdoc/Sq/empty.out_ascii
@@ -4,6 +4,7 @@ NNAAMMEE
SSqq--eemmppttyy - empty implicit enclosure macros
DDEESSCCRRIIPPTTIIOONN
- An empty `' and a full `user@host' quotation. And another `full' one.
+ An empty `' and a full (`user@host' quotation. And another (`full' one
+ bboolldd.
OpenBSD October 21, 2010 OpenBSD
diff --git a/regress/mdoc/Sq/empty.out_markdown b/regress/mdoc/Sq/empty.out_markdown
index 34a3fcbf..1da780b4 100644
--- a/regress/mdoc/Sq/empty.out_markdown
+++ b/regress/mdoc/Sq/empty.out_markdown
@@ -9,9 +9,9 @@ SQ-EMPTY(1) - General Commands Manual
An empty
''
and a full
-'user@host'
+('user@host'
quotation.
And another
-'full' one.
+('full' one **bold**.
OpenBSD - October 21, 2010