Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1556 by burraa2...@gmail.com: Keywords with Embeded Arguments do not Resolve Variables in Regular Expressions
http://code.google.com/p/robotframework/issues/detail?id=1556

Hi.

So basically the request/defect is this. You can reclassify however you would like. Not sure whether it is considered a defect or an enhancement.

Basically, variables are not resolved prior to being regex compiled. It would help if they were as it allows more code reusability.

I saw some talk about this in issue 854, but it wasn't fully resolved.

I'd be happy to submit a patch for this if you think this feature will allow it.



Example:

***Variables***
${Regex}        some|complicated|regular|expression

*** Keywords***
User sends ${argument:(${REGEX})}
      Some implementation
User receives ${argument:(${REGEX})}
      Some other implementation.


~~Eric.

--
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