cobol-check
cobol-check copied to clipboard
A testing framework for Cobol applications
Currently line numbers are not being used in columns 1-6. Can the code being tested have line numbers matching the line in the original, viz: ``` boilerplate code 000001 identification...
Please add this useful extension to the [Open VSX Registry](https://open-vsx.org/?search=cobol). Details on the publishing can be found at https://github.com/eclipse/openvsx/wiki/Publishing-Extensions. A bit of explanation: Open VSX Registry is the default extension...
Hi! I created this simple example [Tests Everywhere - COBOL](https://dev.to/rogervinas/tests-everywhere-cobol-p53) In this example I can easily test: 1) [HELLO-MESSAGE](https://github.com/rogervinas/tests-everywhere/blob/main/cobol/src/test/cobol/HELLO/HELLO.cut#L3) paragraph 2) [HELLO](https://github.com/rogervinas/tests-everywhere/blob/main/cobol/src/test/cobol/HELLO/HELLO.cut#L10) paragraph mocking paragraph HELLO-MESSAGE and call to program...
When in your input cobol program, you have a string from position 73 to 79 (here value "MP029C "), this string is added as a new line in the generated...
Trim line pass the col 72
Added option in setting in vscode extension to set the time limit to break out of infinity loop.
The approval tests started malfunctioning after changes to the version management setup. There are a couple of problems: approvalActualOutput points to the wrong file. def approvalActualOutput = "approval-test-actual.txt" the approval...
Hi, I have a 01 group OA00 with 7 level 10 in my input cobol program :  And the generated cobol (CC##99.cbl by default) contained this group twice in...
Fix db2
Fix the expands db2 copybooks.