Comment #20 on issue 854 by pekka.klarck: Regular expression support for embedded argument syntax
http://code.google.com/p/robotframework/issues/detail?id=854

1) Do you mean that when you use a keyword like `I go "${x}"` and ${x} has value `home` this should look like in log as if you used `I go "home"` in the first place?

If yes, I don't think that's a good idea because variable values can be really big or otherwise complex and mess up the log file rather badly. This is the same reason why variables in normal positional arguments are not shown in resolved format in the log except if you decide to log them yourself.

2) What do you mean with "can we add a the variable literal regex to the regex defined by the user automatically in the code"?

Reply via email to