Updates:
Status: Pending
Comment #1 on issue 1036 by pekka.klarck: expose TxtReader._split_row as a
public function
http://code.google.com/p/robotframework/issues/detail?id=1036
So you would basically like to change the methods from
def _split_row(self, row):
...
to
@classmethod
def split_row(cls, row):
...
I don't see any problems with that. Would you mind creating a patch with
unit tests?
