shithub: mc

ref: 7875472935a9a130442eaef382db8167921450ae
dir: /libregex/test/failmatch.myr/

View raw version
use std

use "testmatch.use"

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