You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/05/11 12:52:09 UTC

svn commit: r1743350 - /sling/site/trunk/content/documentation/development/slingstart.mdtext

Author: cziegeler
Date: Wed May 11 12:52:09 2016
New Revision: 1743350

URL: http://svn.apache.org/viewvc?rev=1743350&view=rev
Log:
Add missing info about escaping the equals sign

Modified:
    sling/site/trunk/content/documentation/development/slingstart.mdtext

Modified: sling/site/trunk/content/documentation/development/slingstart.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/slingstart.mdtext?rev=1743350&r1=1743349&r2=1743350&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/slingstart.mdtext (original)
+++ sling/site/trunk/content/documentation/development/slingstart.mdtext Wed May 11 12:52:09 2016
@@ -168,7 +168,7 @@ The format is:
     values ::= simple { ',' simple } 
     simple ::= '"' stringsimple '"'
     type ::= <1-char type code>
-    stringsimple ::= <quoted string representation of the value>
+    stringsimple ::= <quoted string representation of the value> (see below)
 
 The 1 character type code is one of:
 
@@ -182,6 +182,8 @@ The 1 character type code is one of:
 * 'C' : Character
 * 'B' : Boolean
 
+Apart from the escaping of the usual characters like the quotes, double quotes, backslash etc. the equals sign need to be escaped as well!
+
 
 ###  Configurations Defined through Properties