mediawiki-extensions-AbuseF.../tests/parserTests/regex.t
Daimona Eaytoy 909eec6716 Tweak coverage part 2
Follow-up of Ic30883f7d261d974a2be46308d023e2714119e95, with two files
that I forgot to git-add and a repositioning of comments to avoid the
last bracket to be reported as uncovered.

Bug: T201193
Change-Id: I6bf7e5892a0f49f6a138792f0aedf230a70c18a8
2019-04-13 19:26:01 +02:00

7 lines
180 B
Raku

"foobér" rlike "^[fq]o{2}\\S.r$" &
"foo" regex "^f..?.$" &
"UPPERCASE" irlike "uppercase" &
"lowercase" irlike "LOWERCASE" &
"1234567" irlike "12345" &
"FoObAR" irlike "^[a-z]+$"