diff --git a/docs/text.md b/docs/text.md index d433e90..15b08d9 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