From fe799eea91089aa90b935d2cab5cd87223906f65 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Nov 2022 09:56:41 -0800 Subject: 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. --- test/command/8070.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/command') 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

^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] ``` -- cgit v1.2.3