Updates:
Status: Done
Owner: janne.t.harkonen
Cc: mikko.korpela
Comment #3 on issue 728 by janne.t.harkonen: Errors with positional
arguments and arguments with default values
http://code.google.com/p/robotframework/issues/detail?id=728
We did some enhancements to handling of named arguments in r4432.
The first problematic usage still does not give warning, a separate issue
may be opened if deemed necessary.
The second problematic case was fixed as suggested by Pekka. Additionally,
a warning will be given in this case (the warning can be avoided by
escaping `=` characters in argument values.
We could not find any inconsistent behavior when using list variables and
named arguments.