e.g. ('.*', Text), ('a', Text), the second will never match. This should also match default() not in the last position.
e.g.
('.*', Text),
('a', Text),
the second will never match. This should also match default() not in the last position.