Add clarification

This commit is contained in:
Bruce Hill 2024-11-24 15:28:58 -05:00
parent 295487b627
commit 6ecf6a2724

View File

@ -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