Document escaping
Document that strings can contain double quotes escaped as \", and the droiddoc args argument can contain a dollar signe escaped as $$. Test: none Change-Id: I91d3fa73f484094c9ce8cbecc93189850856de84
This commit is contained in:
@@ -81,6 +81,8 @@ types are:
|
||||
Maps may values of any type, including nested maps. Lists and maps may have
|
||||
trailing commas after the last value.
|
||||
|
||||
Strings can contain double quotes using `\"`, for example `"cat \"a b\""`.
|
||||
|
||||
### Operators
|
||||
|
||||
Strings, lists of strings, and maps can be appended using the `+` operator.
|
||||
|
Reference in New Issue
Block a user