Issue Type: Bug Bug
Affects Versions: web-3.5
Assignee: Unassigned
Components: Core
Created: 22/May/12 6:21 AM
Description:

Given aaa bbb ccc
And<TAB><TAB>ddd eee
Then fff

Line staring with "And" is skipped if there is no space character between "And" and "ddd".

Probable fix: RegexStoryParser.java:239
"((" + initialStartingWords + ") (.)?)\\s(
Z|" + followingStartingWords + "|
n"
==>
"((" + initialStartingWords + ")\\s(.)?)\\s(
Z|" + followingStartingWords + "|
n"

Project: JBehave
Priority: Minor Minor
Reporter: mrJojo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to