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?
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?