From 8ff45c97f040aea9e4814d87b62a600b35fb2469 Mon Sep 17 00:00:00 2001 From: Joseph Jon Booker Date: Tue, 8 Apr 2025 01:06:30 -0500 Subject: [PATCH] uucore/quoting_style: Add support for quoting/escaping empty strings --- src/uucore/src/lib/features/quoting_style.rs | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/uucore/src/lib/features/quoting_style.rs b/src/uucore/src/lib/features/quoting_style.rs index 5b838be31..d9dcd078b 100644 --- a/src/uucore/src/lib/features/quoting_style.rs +++ b/src/uucore/src/lib/features/quoting_style.rs @@ -428,7 +428,7 @@ fn escape_name_inner(name: &[u8], style: &QuotingStyle, dirname: bool) -> Vec