openmainframeproject / cobol-check

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

Improved syntax check with context #250

Closed dakaa16 closed 1 year ago

dakaa16 commented 1 year ago

Syntax check for cut-files has become more robust. It now validates the order of recognized keywords in regard to a context. This could be a MOCK-, EXPECT- or VERIFY context.

SMoRG75 commented 1 year ago

This PR is being closed, and https://github.com/openmainframeproject/cobol-check/pull/253 takes over.