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

Lines Matching refs:closing

13 INP=	(parentheses) {braces} (opening closing) ()
20 # The first closing brace matches the opening parenthesis.
21 # The second closing brace actually ends the expression.
31 # After the :M modifier has parsed the pattern, only the closing brace
52 # missing the closing brace. The expression is evaluated anyway.
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