Re: [jbehave-user] Using characters in meta tags

2012-11-14 Thread mary walshe
Great thanks a million. I'll raise and issue and in the mean time use the groovy filter. Thank you Mary On Wed, Nov 14, 2012 at 4:14 PM, Mauro Talevi wrote: > That's the meta filter that's failing to match the tag then. > > Most likely a regex issue. Can you please raise a jira issue with the

Re: [jbehave-user] Using characters in meta tags

2012-11-14 Thread Mauro Talevi
That's the meta filter that's failing to match the tag then. Most likely a regex issue. Can you please raise a jira issue with the details? In the meantime, the groovy filter should work. On 14 Nov 2012, at 12:52, mary walshe wrote: > When we are running our tests using the following command

Re: [jbehave-user] Using characters in meta tags

2012-11-14 Thread mary walshe
When we are running our tests using the following command -Djbehave.meta.filter="+tag release:0_3" the tests are not found. But when we remove the colon the test is found. On Tue, Nov 13, 2012 at 6:27 PM, Mauro Talevi wrote: > There is no reason you can't use any character in the meta tag. > >

Re: [jbehave-user] Using characters in meta tags

2012-11-13 Thread Mauro Talevi
There is no reason you can't use any character in the meta tag. The only reserved character is the @ and the space to separate the key from the value. On 13/11/2012 15:18, mary walshe wrote: Hi All, I'm wondering can you user characters in meta tags or if there is a way to escape them. I

[jbehave-user] Using characters in meta tags

2012-11-13 Thread mary walshe
Hi All, I'm wondering can you user characters in meta tags or if there is a way to escape them. I need to use a colon in my meta tag e.g release:0.1 for reporting reasons. Is this possible? Cheers, Mary