openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

String continuation bug fixed #240

Closed dakaa16 closed 1 year ago

dakaa16 commented 1 year ago

Fixed bug where a string continuation line, would be at the wrong column, if followed by another line that is too long, that needs to be split during regular code elements.

Signed-off-by: David Kaan dak@bankdata.dk