Commit a888d6d
Use single quotes for allow_invalid_escape doc
Instead of using %{} which works like double-quoted string and allows
escape sequences and in which "other escaped characters (a backslash
followed by a character) are interpreted as the character", change the
examples for `allow_invalid_escape` to use single-quotes strings, in
which "any other character following a backslash [except ' and \] is
interpreted as is: a backslash and the character itself."
This makes it clearer the JSON document only includes a single
backslash.1 parent 05cec0c commit a888d6d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments