openmainframeproject / cobol-check

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

Support for MOCK and VERIFY CALL arguments without commas #252

Closed dakaa16 closed 1 year ago

dakaa16 commented 1 year ago

Currently this can be parsed: MOCK CALL 'PROG3' USING BY CONTENT VALUE-1, BY VALUE VALUE-2, VALUE-3

This cannot be parsed: MOCK CALL 'PROG3' USING BY CONTENT VALUE-1 BY VALUE VALUE-2 VALUE-3

Both should be able to get parsed

issacto commented 1 year ago

I am interested in working on this issue