[
http://jira.codehaus.org/browse/JBEHAVE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240324#action_240324
]
Frank Grimm commented on JBEHAVE-371:
-------------------------------------
I'm using JBehave to test an Excel spreadsheet importer (used to import
requirements defined in one tool into another). (Unfortunately, ) Users are
allowed to have spaces in cells. Since the importer/parser identifies columns
based on the name of their header cells, and since some header cells actually
have leading/trailing spaces, it would be nice to be able to use the same names
in example tables when defining test scenarios.
I could have a look at the implementation and see whether I could fix it
myself. Mauro, any hint where to start looking would be very welcomed :-)
Thanks,
Frank
> Leading and trailing spaces in example table cells are removed
> --------------------------------------------------------------
>
> Key: JBEHAVE-371
> URL: http://jira.codehaus.org/browse/JBEHAVE-371
> Project: JBehave
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.3
> Reporter: Frank Grimm
> Priority: Minor
>
> In JBehave Core 3.0.3 all leading and trailing spaces are removed from
> example table cells.
> For example, when accessed through the ExamplesTable API (the following table
> {code}
> | |A | B | C|
> | |X | Y | Z|
> {code}
> becomes
> {code}
> ||A|B|C|
> ||X|Y|Z|
> {code}
> Leading/trailing spaces were not removed for JBehave Core versions older than
> 3.0.3. So, it might be a regression cause when this
> http://jira.codehaus.org/browse/JBEHAVE-353 was fixed.
> At least for me it would be nice to be able to use example tables containing
> cells with leading/trailing spaces.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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