diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-24 15:28:58 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-24 15:28:58 -0500 |
| commit | 6ecf6a272446af04f3affd354520d21127a5b952 (patch) | |
| tree | 2a4228191f41dc40dcc242173b5ed467281e0e7f | |
| parent | 295487b62741945bfc7fc0ba71d7a9c2f9be796c (diff) | |
Add clarification
| -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 |
