summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-05-16 16:40:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-05-16 16:45:05 -0700
commit3df55b4a4ad14f984bcdd7296944b18b354ab122 (patch)
treeae2851bb2a2c05b9539b2fae7a26bc19f1e1ca4b /test/command
parent1906ae05488c7ffcc4cdd5c8f5b4fb1a2c527127 (diff)
AsciiDoc writer: fix commas in link text.
Commas in link text trigger interpretation of attributes. To block this, we replace them with numeric entities. Closes #8070.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8070.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/8070.md b/test/command/8070.md
new file mode 100644
index 000000000..17422b472
--- /dev/null
+++ b/test/command/8070.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f html -t asciidoc
+<p><a href="https://docs.oracle.com/database/121/BRADV/rcmxplat.htm#BRADV724">12.1
+manual&#44; Database Backup and Recovery User&#8217;s Guide:
+<span class="enumeration_chapter">Chapter 28</span> Transporting Data Across Platforms&#44;
+Steps to Transport a Database to a Different Platform Using Backup Sets</a></p>
+^D
+https://docs.oracle.com/database/121/BRADV/rcmxplat.htm#BRADV724[12.1
+manual&#44; Database Backup and Recovery User’s Guide:
+[.enumeration_chapter]#Chapter 28# Transporting Data Across Platforms&#44;
+Steps to Transport a Database to a Different Platform Using Backup Sets]
+```