Updates:
Status: Started
Comment #2 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
This issue was updated by revision 09358a36f574.
I changed parsing logic so that standalone comments (i.e. rows having only
comments) are not added to the next (or previous) variable but kept
standalone. In practice variable table nowadays can have variables that
have no name and no value but only comments.
After this change standalone comments are still written back to disk in
incorrectly. Fixing that will be part of the next commit.