Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:brace

20 # The first closing brace matches the opening parenthesis.
21 # The second closing brace actually ends the expression.
24 INP= (paren-brace} (
26 EXP= (paren-brace}
31 # After the :M modifier has parsed the pattern, only the closing brace
37 # XXX: This is unexpected. The opening brace should also be unescaped.
52 # missing the closing brace. The expression is evaluated anyway.
53 # The final brace in the output comes from the end of M.nest-mix.
98 # closing brace would match the opening parenthesis (see paren-brace), and
99 # the second closing brace would be needed to close the variable.
111 # counts for the nesting level and matches with the first closing brace.
112 # The second closing brace closes the variable, and the third is copied
155 # up until the closing brace or parenthesis. The :Q may look like a