Skip to content

Commit

Permalink
Fix NC303M.CBL
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Dec 26, 2022
1 parent 6ce71eb commit ce55caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "tree-sitter test",
"build": "tree-sitter generate && node-gyp build",
"sample": "tree-sitter parse test/cobol85/src/NC302M.CBL | tee out.txt",
"sample": "tree-sitter parse test/cobol85/src/NC303M.CBL | tee out.txt",
"t": "tree-sitter parse a.cbl",
"c": "cobc -fsyntax-only a.cbl",
"nist": "sh run_nist_cobol85.sh | tee nist.txt",
Expand Down
2 changes: 1 addition & 1 deletion test/cobol85/src/NC303M.CBL
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
000300 NC303M. NC3034.2
000400*THE FOLLOWING PROGRAM TESTS THE FLAGGING OF NC3034.2
000500*OBSOLETE HIGH SUBSET NUCLEUS FEATURES. NC3034.2
000600 DATE-COMPILED. 22ND AUG 1988. NC3034.2
000600*DATE-COMPILED. 22ND AUG 1988. NC3034.2
000700*Message expected for above statement: OBSOLETE NC3034.2
000800 ENVIRONMENT DIVISION. NC3034.2
000900 CONFIGURATION SECTION. NC3034.2
Expand Down

0 comments on commit ce55caa

Please sign in to comment.