ctco / cukes

Cucumber DSL for testing RESTful Web Services
Apache License 2.0
112 stars 66 forks source link

Regex pattern should not be escaped because then length quantifier is escaped #149

Open JekabsK opened 5 years ago

JekabsK commented 5 years ago

Then response contains property "someAttribute" matching pattern "E[A-z0-9]{5}" Will not accept {5} as length quantifier because it is then escaped.

image