shithub: mc

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

View raw version
use std

use "testmatch"

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