shithub: mc

ref: 3805b9556a6ed96cac073dbda26519f3390661ee
dir: /lib/regex/test/failmatch.myr/

View raw version
use std

use "testmatch"

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