Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1032 by [email protected]: Passing list as arguments are treated
as multiple arguments for each element in the list
http://code.google.com/p/robotframework/issues/detail?id=1032
Environment:
Robot Framework 2.6.1 (Python 2.7.2 on linux2)
Description of the problem:
Passing a list variable as an argument while importing a library do not
work, instead it passes multiple arguments for each element in the list
variable.
Expected:
A single list variable containing the elements set on robotframework should
be passed to the library instead multiple arguments for each element.