Re: [jbehave-user] Comment lines are not parsed correctly in 4.x as it seems

2014-05-14 Thread Hans Schwäbli
I will do that, thank you. The story editor displays that line as a comment line, painting it green. It does not require a space after !-- for the story editor to detect it as a comment line. It is the same with some other keywords in the story editor, for example I can start a line with

Re: [jbehave-user] Comment lines are not parsed correctly in 4.x as it seems

2014-05-14 Thread Mauro Talevi
Yes, editor and core use two different parsers. We can align the two. We can support no space after the comment. Please raise a JIRA for this. On 14/05/2014 09:10, Hans Schwäbli wrote: I will do that, thank you. The story editor displays that line as a comment line, painting it green. It

Re: [jbehave-user] Comment lines are not parsed correctly in 4.x as it seems

2014-05-14 Thread Hans Schwäbli
Great! I created it: http://jira.codehaus.org/i#browse/JBEHAVE-1016 On Wed, May 14, 2014 at 9:12 AM, Mauro Talevi mauro.tal...@aquilonia.orgwrote: Yes, editor and core use two different parsers. We can align the two. We can support no space after the comment. Please raise a JIRA for

[jbehave-user] Comment lines are not parsed correctly in 4.x as it seems

2014-05-13 Thread Hans Schwäbli
In 4.x branch comments doen't seem to be allowed where they used to be allowed in version 3.x. Lets take this example (please ingore German language, it has nothing to do with the problem): Szenario: Kleine Menge wird bestellt Gegeben im Lager sind 300 T-Shirts Wenn ein Kunde 5 T-Shirts bestellt

Re: [jbehave-user] Comment lines are not parsed correctly in 4.x as it seems

2014-05-13 Thread Mauro Talevi
You need a space after the !-- (the comment keyword is treated like at any other keyword, thus separated by a space from the comment) On 13/05/2014 13:51, Hans Schwäbli wrote: In 4.x branch comments doen't seem to be allowed where they used to be allowed in version 3.x. Lets take this example