Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Low
New issue 943 by spielman...@googlemail.com: Enhance for loop documentation
http://code.google.com/p/robotframework/issues/detail?id=943
As mentioned by Piotr Nestorow
(http://groups.google.com/group/robotframework-devel/browse_thread/thread/873c8b4855da5526),
creating a FOR loop in plain text syntax is a bit tricky if you don't know
about the required \ like:
:FOR ${x} IN RANGE 3
\ Do Stuff With ${x}
This should be added to the documentation as a hint, or, even better, along
with a plain text example for such a loop.
It might make sense to link this to or merge into issue 49.