diff options
Diffstat (limited to 'docs/text.md')
| -rw-r--r-- | docs/text.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/text.md b/docs/text.md index d433e902..15b08d9c 100644 --- a/docs/text.md +++ b/docs/text.md @@ -372,6 +372,8 @@ be automatically escaped using the `{1 ?}` rule described above: >> $/$user_input/ = $/{1{}..xxx}/ +# This is: `{ 1{ }` (one open brace) followed by the literal text "..xxx}" + # No error: >> some_text:find($/$user_input/) = 0 |
