Anonymous - 2011-07-05

It is not a bug, but if match tries to work with such Follow element, it could not match to the end of string because Follow prefers not include last child at all.

Problem could be solved with adding special element which would match end of text (and possibly start of text too).