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
As can be seen in test_comment_in_table inline comments are technically supported, just not widely implemented.
For all non-inter-table statements, all comments after a statement are treated as belonging to the next statement, which is not correct.
For the table they are implemented in builder.parse_table_constructor and builder.parse_field_list. This should be generalizable to all other statements
The text was updated successfully, but these errors were encountered:
As can be seen in test_comment_in_table inline comments are technically supported, just not widely implemented.
For all non-inter-table statements, all comments after a statement are treated as belonging to the next statement, which is not correct.
For the table they are implemented in builder.parse_table_constructor and builder.parse_field_list. This should be generalizable to all other statements
The text was updated successfully, but these errors were encountered: