When two tables are consolidated into one (see #34) and the first table is multiline, a table_group_open state gets pushed, but the corresponding table_group_close is not.
Why is this an issue?
The closing tags restore the "level" of the state and in a project I'm working on, rendering is based on the level. If the closing tag is missing then the level for the remainder of the document will be off by one, which is an issue.
When two tables are consolidated into one (see #34) and the first table is multiline, a table_group_open state gets pushed, but the corresponding table_group_close is not.
Why is this an issue?
The closing tags restore the "level" of the state and in a project I'm working on, rendering is based on the level. If the closing tag is missing then the level for the remainder of the document will be off by one, which is an issue.
Test Case
Expect states
(Actually I'm not certain what exactly to expect here)
Actual