openmainframeproject / cobol-check

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

Cobol Check does not handle negative numbers #251

Closed dakaa16 closed 1 year ago

dakaa16 commented 1 year ago

Currently the Testsuite Parser will not recognize negative numbers (ex.: -1) as numbers. This means that you can't write a valid EXPECT-statement with negative numbers.

dakaa16 commented 1 year ago

Has been resolved