shithub: mc

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

View raw version
use std

use "testmatch"

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