Closed mafintosh closed 12 years ago
the following pattern fails:
'/{meh}(a*}'
as the matcher converts * to (.*)
*
(.*)
the following pattern fails:
as the matcher converts
*
to(.*)