aboutsummaryrefslogtreecommitdiff
path: root/test/command/5039.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5039.md')
-rw-r--r--test/command/5039.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/command/5039.md b/test/command/5039.md
new file mode 100644
index 000000000..651a023b7
--- /dev/null
+++ b/test/command/5039.md
@@ -0,0 +1,27 @@
+```
+% pandoc -f man -t plain
+.ds foo bar
+.ds bar baz
+\*[\*[foo]]
+^D
+baz
+```
+
+```
+% pandoc -f man -t plain
+.ds foo [bar]
+.ds bar baz
+\*\*[foo]
+^D
+baz
+```
+
+```
+% pandoc -f man -t html
+.ds B-Font B
+.ds I-Font I
+.ds R-Font R
+\f\*[B-Font]certtool\fP
+^D
+<p><strong>certtool</strong></p>
+```