Closed Remillard closed 6 years ago
A structure like
if (conditional) then if (end_flag = '0') then
does not beautify correctly.
Turns out the end clause was matching because end did not have a word boundary check afterwards. Hideous result but fortunately easy fix.
end
A structure like
does not beautify correctly.