Updates:
Summary: Tidy tool (and parsing modules) should preserve standalone
comments in variable table
Owner: pekka.klarck
Comment #1 on issue 1210 by pekka.klarck: Tidy tool (and parsing modules)
should preserve standalone comments in variable table
http://code.google.com/p/robotframework/issues/detail?id=1210
The motivation for this issue came from the following NSN originated RIDE
issue:
http://code.google.com/p/robotframework-ride/issues/detail?id=1049
I investigated this a little and preserving stand-alone comments in the
variable table seems to be pretty simple. In the setting table that would
be much harder. Because the setting table wasn't in the scope of the
original RIDE issue, handling only the variable table ought to be enough
also for this issue. In test case and keywords tables these comments are
already handled correctly.