Comment #3 on issue 1036 by [email protected]: expose
TxtReader._split_row as a public function
http://code.google.com/p/robotframework/issues/detail?id=1036
I've attached a diff that was created with "hg diff". It has a couple of
small modifications to tstreader.py and txtreader.py, a modification to the
tsvreader unit test, and a new unit test for txtreader.
I changed none of the behavior. I only changed split_row to be a class
method; it should otherwise behave exactly the same.
Attachments:
split_row.diff 4.3 KB