shithub: mc

ref: 530ed98bad8ebbc5448fdd897e7c6aa801f36d98
dir: /test/regex-basic.myr/

View raw version
use std

use "testmatch.use"

const main = {
	testmatch(".*bc", "Abc")
	testmatch("(a*)*", "a")
}