From 6ecf6a272446af04f3affd354520d21127a5b952 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Nov 2024 15:28:58 -0500 Subject: Add clarification --- docs/text.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3