diff options
| author | John MacFarlane <[email protected]> | 2022-11-29 09:56:41 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-29 09:56:41 -0800 |
| commit | fe799eea91089aa90b935d2cab5cd87223906f65 (patch) | |
| tree | 7fbc91037009d7c00b913782aa1bc959a813bbaa /test | |
| parent | 6191be11ff81c8fce8509ebf1543e867d8501ba3 (diff) | |
AsciiDoc writer: in link text, only replace commas...
...with entities when they're in Str elements. If a link
contains an image, it may have attributes, and the commas
there should not be converted.
See #8437, #8070.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/8070.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/command/8070.md b/test/command/8070.md index 17422b472..538bba481 100644 --- a/test/command/8070.md +++ b/test/command/8070.md @@ -7,6 +7,7 @@ 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, Database Backup and Recovery User’s Guide: -[.enumeration_chapter]#Chapter 28# Transporting Data Across Platforms, -Steps to Transport a Database to a Different Platform Using Backup Sets] +[.enumeration_chapter]#Chapter 28# Transporting Data Across +Platforms, Steps to Transport a Database to a Different Platform +Using Backup Sets] ``` |
