From ce55caab0bf49d414f53897bc92f5e49504a4e65 Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Mon, 26 Dec 2022 21:39:30 +0900 Subject: [PATCH] Fix NC303M.CBL --- package.json | 2 +- test/cobol85/src/NC303M.CBL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f554cbb..430a36c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/cobol85/src/NC303M.CBL b/test/cobol85/src/NC303M.CBL index 9273cc3..b147bf3 100644 --- a/test/cobol85/src/NC303M.CBL +++ b/test/cobol85/src/NC303M.CBL @@ -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