[asterisk-commits] newtonr: trunk r404100 - in /trunk: ./ funcs/func_strings.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 17 18:36:56 CST 2013


Author: newtonr
Date: Tue Dec 17 18:36:54 2013
New Revision: 404100

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=404100
Log:
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
........

Merged revisions 404087 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 404099 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    trunk/   (props changed)
    trunk/funcs/func_strings.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Tue Dec 17 18:36:54 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-403290,403292-403778,403781-404006,404027,404029,404042,404046,404048,404050
+/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-403290,403292-403778,403781-404006,404027,404029,404042,404046,404048,404050,404099

Modified: trunk/funcs/func_strings.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_strings.c?view=diff&rev=404100&r1=404099&r2=404100
==============================================================================
--- trunk/funcs/func_strings.c (original)
+++ trunk/funcs/func_strings.c Tue Dec 17 18:36:54 2013
@@ -353,7 +353,7 @@
 			<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">




More information about the asterisk-commits mailing list