Updates:
Labels: -Priority-Medium Priority-Low Target-2.5
Comment #2 on issue 549 by jussi.ao.malinen: Test parser should retain
source line numbers
http://code.google.com/p/robotframework/issues/detail?id=549
Python HTMLParser does support getting the current position
(http://docs.python.org/library/htmlparser.html#HTMLParser.HTMLParser.getpos),
which
should provide us an approximate line number. In other test file formats
the line
number is easily available.
Parsing architecture has to be changed nevertheless to support this. We are
prioritizing this to Low for version 2.5.