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

New issue 609 by janne.t.harkonen: Row continuation with ... should ignore all leading empty cells
http://code.google.com/p/robotframework/issues/detail?id=609

It should not matter how many empty cells are before the line continuation, i.e. following two should be equal:


| Test | Log many | 1 | 2 |
|      | ...      | 3 | 4 |


| Test | Log many | 1 | 2 |
|      |          | ... | 3 | 4 |

Currently the latter fails with 'Keyword name cannot be empty.'

Reply via email to