[jbehave-dev] [jira] (JBEHAVE-1065) error with tab character in comments

2015-02-04 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi commented on an issue


















  Re: error with tab character in comments 










Could you please provide some concrete examples? 
As a side note, why not simply configure your editor to replace tabs with spaces? 












   

 Add Comment

























 JBehave /  JBEHAVE-1065



  error with tab character in comments 







 When we write scenarios, we use tab character to aline columns of tabulars.  The problem appears when such step is commented (entirely or partially) by prefixing each step line by !-- .   The problem comes from the tab characters used in step tabular.  The result is that next uncommented step is recognized pending, and thus scenario fails.   If tab ch...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1065) error with tab character in comments

2015-02-04 Thread Eric Klumpp (JIRA)
Title: Message Title










 

 Eric Klumpp created an issue


















 JBehave /  JBEHAVE-1065



  error with tab character in comments 










Issue Type:

  Bug




Affects Versions:


 3.9.5




Assignee:


 Unassigned




Created:


 04/Feb/15 5:03 AM




Environment:


 Eclipse luna, Windows and Linux




Priority:

  Critical




Reporter:

 Eric Klumpp










When we write scenarios, we use tab character to aline columns of tabulars. The problem appears when such step is commented (entirely or partially) by prefixing each step line by !-- .
The problem comes from the tab characters used in step tabular. The result is that next uncommented step is recognized pending, and thus scenario fails.
If tab characters are replaced by spaces, the problem disappears.
I set this bug critical and not major because in our case we really need this bugfix.