Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Target-2.5.2
New issue 611 by pekka.klarck: For loop with `inrange` doesn't work in 2.5 (`in range` works)
http://code.google.com/p/robotframework/issues/detail?id=611 This used to work in versions prior to 2.5: :for ${x} inrange 10 This still works in 2.5: :for ${x} in range 10 We can easily add support for `inrange` back.
