shithub: mc

ref: 26fbf11cc69cf2abd07b9b53feb814d290435896
dir: /lib/regex/test/failmatch.myr/

View raw version
use std

use "testmatch"

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