From 71ff799b3cb78998c0c73b3f40068830dcb1441d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 16 Aug 2021 02:44:22 +0300 Subject: 49160: fix quoting for xmllint --pretty completion --- ChangeLog | 5 +++++ Completion/Unix/Command/_xmlsoft | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c16bbf29..da95fd927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-08-16 Oliver Kiddle + + * 49160: Completion/Unix/Command/_xmlsoft: fix quoting for + xmllint --pretty completion + 2021-08-14 Daniel Shahaf * users/26734: Doc/Zsh/builtins.yo: docs: read: Notate the diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index 6f7e3b7c9..9f1206988 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -98,7 +98,7 @@ case $service in '--format[reformat/reindent the input]' \ '--encode[output in the given encoding]:encoding:(${encoding[@]})' \ '--dropdtd[remove the DOCTYPE of the input docs]' \ - "--pretty[pretty-print in a particular style]:style:((0\:don't\ pretty\ print 1\:reformat 2\:add\ whitespace))" \ + "--pretty[pretty-print in a particular style]:style:((0\:don\'t\ pretty\ print 1\:reformat 2\:add\ whitespace))" \ '--c14n[save in W3C canonical format]' \ '--c14n11[save in W3C canonical format v1.1 (with comments)]' \ '--exc-c14n[save in W3C exclusive canonical format]' \ -- cgit 1.4.1