Comment #5 on issue 1325 by [email protected]: Support named argument syntax also with varargs
http://code.google.com/p/robotframework/issues/detail?id=1325

Now implemented in revision fbb512824d7b so that this works:

Fail    msg=Hello

but these both raise an error
Fail    msg=Hello     tag
Fail    msg=Hello     @{EMPTY}

*** Keywords ***
Fail    [arguments]     ${msg}=    @{tags}
         pass

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to