Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Medium Target-2.7.4

New issue 1210 by [email protected]: Robot tidy should preserve standalone comments in all tables
http://code.google.com/p/robotframework/issues/detail?id=1210

Before tidy:

*** Variables ***
# before
${fo} =     ba      # inline
# after


After:

*** Variables ***
${fo}             ba    # before    inline    after

Reply via email to