aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-24 15:28:58 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-24 15:28:58 -0500
commit6ecf6a272446af04f3affd354520d21127a5b952 (patch)
tree2a4228191f41dc40dcc242173b5ed467281e0e7f /docs
parent295487b62741945bfc7fc0ba71d7a9c2f9be796c (diff)
Add clarification
Diffstat (limited to 'docs')
-rw-r--r--docs/text.md2
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