Updates grammar and semantic analysis to 5.23 #1317
Annotations
4 errors
Builds and run tests
@neo4j-cypher/language-support#test: command (/home/runner/work/cypher-language-support/cypher-language-support/packages/language-support) /usr/local/bin/npm run test -- --passWithNoTests exited (1)
|
Builds and run tests:
packages/language-support/src/tests/lexer.test.ts#L28
AssertionError: expected [ 'ZONE' ] to have a length of +0 but got 1
- Expected
+ Received
- 0
+ 1
❯ src/tests/lexer.test.ts:28:27
|
Builds and run tests:
packages/language-support/src/tests/syntaxValidation/syntacticValidation.test.ts#L697
AssertionError: expected [ { severity: 1, …(3) } ] to deeply equal [ { …(4) } ]
- Expected
+ Received
Array [
Object {
- "message": "Expected '{' or a procedure name",
+ "message": "Expected any of '{', '(' or a procedure name",
"offsets": Object {
"end": 6,
"start": 5,
},
"range": Object {
"end": Object {
"character": 6,
"line": 0,
},
"start": Object {
"character": 5,
"line": 0,
},
},
"severity": 1,
},
]
❯ src/tests/syntaxValidation/syntacticValidation.test.ts:697:7
|
Builds and run tests
Process completed with exit code 1.
|
Loading