Comment #2 on issue 173 by pekka.klarck: Parser could allow "non-table comments"
http://code.google.com/p/robotframework/issues/detail?id=173

The best place to implement this feature would probably be parsing/htmlreader.py file. HtmlReader class has a state machine that is used to decide what to do with the encountered data. It ought to be possible to change it so that when a table ends its type is stored, and if next table doesn't start with a known table identifier the old
identifier is used.

The biggest problem of implementing this, regardless on the implementation, is that the change is backwards incompatible. If anyone has used table outside the actual test data tables they would now be considered part of the test data. Because of this problem, and the fact that RIDE cannot support multiple tables, I'm getting a feeling that implementing this isn't too good idea. I'm still leaving this issue open so that
others can comment.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to