From acaa978d7189feead7bdb576ec1d19744d4575ed Mon Sep 17 00:00:00 2001 From: Rusty Newton <rnewton@digium.com> Date: Wed, 18 Dec 2013 00:28:49 +0000 Subject: [PATCH] func_strings: Documentation fix for QUOTE() Example output was inaccurate. (issue ASTERISK-22970) (closes issue ASTERISK-22970) Reported by: Gareth Palmer Patches: func_strings.patch uploaded by Gareth Palmer (license 5169) ........ Merged revisions 404081 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@404087 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_strings.c b/funcs/func_strings.c index dc11a6b1cd..5efc2e70a4 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -353,7 +353,7 @@ AST_THREADSTORAGE(tmp_buf); <parameter name="string" required="true" /> </syntax> <description> - <para>Example: ${QUOTE(ab"c"de)} will return "abcde"</para> + <para>Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""</para> </description> </function> <function name="CSV_QUOTE" language="en_US"> -- GitLab