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

Lines Matching refs:And

50 # It matches once in the second word, and the \0\0 doubles that word.
52 # and since the matches must not overlap, the next possible match would
54 # and that cannot match the regular expression "..". Therefore only the
64 # Up to 2020-08-28, the manual page said that the modifiers '1' and 'g'
66 # 'g' and '1' at the same time.
133 # error message and (as of 2020-08-28) stops parsing in the middle of the
135 # verbatim to the output, which is unexpected and can lead to strange shell
141 # parsing and execution as if nothing bad had happened.
163 # and the faulty expression expands to "".
175 # combination of alternative matches and capturing groups was seldom used, if
186 # modifiers ':S' and ':C' are open-ended (see mod-subst-chain), that is, they
196 # * The subexpression \1 is only defined for 1 and 13.
197 # * The subexpression \2 is only defined for 2 and 21.
211 # And now all together: 5 error messages for 1, 1, 2, 13, 21.