Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Target-2.5.2

New issue 607 by pekka.klarck: Invalid row continuation after for loop not detected
http://code.google.com/p/robotframework/issues/detail?id=607

***Test Case***
Example
  [Documentation]  This test should fail for syntax error
  :FOR  ${x}  IN  item1
  \  ...  item2  # but this line is ignored and thus the test passes
  \  Log  ${x}


The same occurs also with FOR IN RANGE loop and in dry-run mode.

Reply via email to