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

Lines Matching refs:expression

13 # The expression expands to 4 words.  Of these words, none matches
14 # the regular expression "a b" since these words don't contain any
21 # means to apply at most 1 replacement in the whole expression.
27 # containing whitespace. This big word matches the regular expression,
40 # expression a single word. The 'g' modifier then replaces all occurrences
49 # The regular expression does not match in the first word.
51 # In the third word, the regular expression matches as early as possible,
54 # and that cannot match the regular expression "..". Therefore only the
61 # expression value, no matter whether it is a single big word or many small
71 # A regular expression that matches the empty string applies before every
73 # XXX: Most other places where regular expression are used match at the end
79 # A dot in the regular expression matches any character, even a newline.
88 # Like the ':S' modifier, the ':C' modifier matches on an expression
89 # that contains no words at all, but only if the regular expression matches an
90 # empty string, for example, when the regular expression is anchored at the
91 # beginning or the end of the word. An unanchored regular expression that
132 # Multiple asterisks form an invalid regular expression. This produces an
134 # expression. The unparsed part of the expression is then copied
163 # and the faulty expression expands to "".
191 # In each of the following cases, if the regular expression matches at
198 # * If the regular expression does not match at all, the