shithub: mc

ref: fe0c54bda8e70766480784336fc881567620410e
dir: /lib/regex/test/failmatch.myr/

View raw version
use std

use "testmatch"

const main = {
	testmatch(".*bcd", "Abc", `std.None)
}