Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:Windows
-
Number of attachments :
Description
A client had indented JB scenarios (tabs and/or spaces) in the .scenario files. When upgraded to JB3, and everything else was working for the renamed .story files. the scenarios were not being executed. It seems regex made no match.
We had breakpoints in place so we could see the BeforeScenario being invoked, but none of the steps. When we removed the left-whitespace, it worked.
I believe that this had to do with the change to support i18n'd keywords that in some languages are smaller (y in Spanish and e in Italian) and a shift to look for those at the beginning of the line (if I remember correctly). Just want to mention that so that we don't break the work that was done before.