Updates:
Summary: `Run Keyword And Return` does not escape return values
correctly
Status: Started
Owner: pekka.klarck
Comment #2 on issue 1684 by pekka.klarck: `Run Keyword And Return` does not
escape return values correctly
http://code.google.com/p/robotframework/issues/detail?id=1684
The problem is that Run Keyword And Return doesn't escape return values it
gets before internally using Return From Keyword to actually return the
value. The bug doesn't only cause problems with strings that contain
variable syntax, like `${client-email}` in the original description, but
also any usage of backslashes. Backslashes are unescaped and thus e.g.
returned `c:\temp` turns into `c:<tab>emp`.
--
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/d/optout.