Comment #3 on issue 1556 by pekka.klarck: Keywords with Embeded Arguments do not Resolve Variables in Regular Expressions
http://code.google.com/p/robotframework/issues/detail?id=1556

Out of curiosity, what kind of use case you have where regexps grow that huge? In my experience the default regexp ('.*') works fine in most cases, and my custom regexps have never been that complicated.

One possibility to handle complex regexps in the data would be using some kind of pre-processing. You could just have come special markers (e.g. '{{MY REGEXP}}') that your custom script changes to actual regexps.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to