robotframework-lint icon indicating copy to clipboard operation
robotframework-lint copied to clipboard

Comment before continuation not handled well by statements()

Open ntdaley opened this issue 4 years ago • 0 comments

If I have a line in my test that ends with a # comment, and the next line has a ... continuation; then it is not possible to tell from the value returned by statements() where the comment ended.

Robot framework will treat the end of the line as the end of the comment. And ... continues the statement, not the comment.

Should comments be removed by the statements method?

ntdaley avatar Aug 19 '19 15:08 ntdaley