Updates:
        Status: Started

Comment #10 on issue 1430 by pekka.klarck: Named and keyword argument handling documentation improvements
http://code.google.com/p/robotframework/issues/detail?id=1430

Issue 1455 demonstrated that we haven't documented how to use variables with named args. There are two points:

1) If either scalar or list variable contains value like `name=value`, it will never be considered to be named argument. That was the root cause in issue 1455.

2) Using variables like `name=${var}` and `name=${two} ${vars} and other stuff` works as expected. In the former case `name` argument will get the value of the ${var} as-is so it can be also an object, not only a string.

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