|
||||||||
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 |
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comments Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-962) Inline Comment... Mauro Talevi (JIRA)
- RE: [jbehave-dev] [jira] (JBEHAVE-962) Inline Com... Paul B.
- Re: [jbehave-dev] [jira] (JBEHAVE-962) Inline... Mauro Talevi
I tested it with 3.9-beta3 today.
It works, but there is a little issue. If we take the example above, the value '123 ' is passed instead of a trimmed '123' value. A workaround is to use the comment like |123#private customer|. But I would prefer if JBehave would trim it until the comment starts. What do you think?
By the way, this workaround did not work in order to use inline comments like '123 #my comment':
.
I wonder a bit why the comment separator has to be declared in a story file. This looks a bit too technical for a story file I think. But I understand why you did it like this. Otherwise sometimes escape characters would be required, which you did not want as it seems.