Updates:
Summary: Test parser should retain source line numbers
Status: Accepted
Comment #1 on issue 549 by pekka.klarck: Test parser should retain source
line numbers
http://code.google.com/p/robotframework/issues/detail?id=549
This would be nice in some situations. Implementing this with HTML would be
pretty
hard, though, because the lowest level parsing is done using Python's HTML
parser.
The current parsing architecture doesn't support this either, but that could
obviously be changed. It's unlikely that the core team will implement
because there's
no need for this at NSN, but patches implementing this are welcome.