Comment #3 on issue 348 by jprantan: "Set test/suite/global variable" and "Variable should (not) exist" cannot be used in user keyword if variable is given as argument
http://code.google.com/p/robotframework/issues/detail?id=348

To fix this there is two options:
1.) Remove the possibility to use normal variable syntax ${variable}.
2.) Try to resolve the variable and see if it's value contains correct variable
syntax. This contains two problems:
 a) In case user gives invalid variable syntax to uk, the value is set with
argument's name
b) In case variable contains already value and the value is variable like. See
example below:
| Set Test Variable | ${foo} | $bar |
| Set Test Variable | ${foo} | value |
--> ${bar} = value
even the user wants ${foo} = value


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to