Closed
Description
What
Add a unit test on GB and or a regression E2E test that makes sure reusable blocks are correctly parsed without throwing errors.
Why
Gutenberg 9.2 introduced a bug that manifested itself when reusable blocks with empty contents (i.e blank strings) were present. It has been fixed here.
To avoid any future regression, a regression unit test and or E2E test should be added to test that this scenario now works without throwing exceptions.
Activity