neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

Added section mocking and minor bugfixes #96

Closed Rune-Christensen closed 5 years ago

Rune-Christensen commented 5 years ago

Bugs: When a mocked section contained lines with comments, commenting the lines would stop after first comment containing text in the beginning of the line. When writing commented lines from a mock, writing would end on the first line containing spaces.