You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: