https://github.com/alexlehm/jbehave-core/commit/9ec9dd36467d1fff3986358e808380198c014044
JBEHAVE-815: template reports do not mark step parameter if it contains special chars
the parameters are matched by a regex including specific chars not including e.g. angle brackes, comma etc, this is unnecessary if the regex is matched non-greedy.
(the commit also contains the changes for JBEHAVE-813, due to the necessary changes in the unit text result files it didn't make munch sense to put this in two commits)
depending on where this comes from, i will try to fix this together with
JBEHAVE-813