resolve #2564
Add support for automatically deleting empty blocks.
Chose this approach is because I couldn't find a better way to handle reporting & fixing each emptyBlock within a for loop, as removing the first block will affect the range of the second block😵💫.
UPDATE: Due to lack of whitespaces in test cases.
resolve #2564 Add support for automatically deleting empty blocks.
Chose this approach is because I couldn't find a better way to handle reporting & fixing eachUPDATE: Due to lack of whitespaces in test cases.emptyBlock
within a for loop, as removing the first block will affect the range of the second block😵💫.