Skip to content

Commit c5d0728

Browse files
committed
Rename to parenthesis
1 parent 58259ec commit c5d0728

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/src/test/antlr-parser-pre.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('ANTLR VBA Preprocessor Parser', () => {
101101
}
102102

103103
it('should parse function call with string literal and parentheses', () => {
104-
const testFilePath = path.join(__dirname, '../../../test/parser/pre/ParsingParentheses.bas');
104+
const testFilePath = path.join(__dirname, '../../../test/parser/pre/ParsingParenthesis.bas');
105105
const input = fs.readFileSync(testFilePath, 'utf8');
106106

107107
const result = parseAndGetErrors(input);

0 commit comments

Comments
 (0)