Skip to content

Commit 99e2c8f

Browse files
authored
Merge pull request #4457 from evolvedbinary/feature/add-location-information
2 parents 1b8129c + d558b83 commit 99e2c8f

File tree

529 files changed

+6399
-4765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+6399
-4765
lines changed

exist-core/src/main/antlr/org/exist/xquery/parser/XQuery.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ pragma throws XPathException
10971097
exception catch [RecognitionException e]
10981098
{
10991099
lexer.wsExplicit = false;
1100-
throw new XPathException(ErrorCodes.XPST0003, "Parse error: " + e.getMessage() + " at line: " + e.getLine() + " column: " + e.getColumn());
1100+
throw new XPathException(pragma_AST, ErrorCodes.XPST0003, "Parse error: " + e.getMessage() + " at line: " + e.getLine() + " column: " + e.getColumn());
11011101
}
11021102
;
11031103

0 commit comments

Comments
 (0)