﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9574	Case-insensitive matching doesn't work with prefix match	naoliv	team	"Prefix match doesn't work when using a case-insensitive modifier. It doesn't work when name starts with a lower or upper-case ""foo"":

{{{
#!rule
*[name ^= (?i)Foo] {
                  throwWarning: tr(""something"");
}
}}}

(with quotes it's the same result)"	defect	closed	normal		Core validator		wontfix		
