Skip to content

Commit da49443

Browse files
authored
Merge branch 'eXist-db:develop' into 4438-deadlock
2 parents 49d134b + 1eef586 commit da49443

File tree

536 files changed

+6595
-4778
lines changed

Some content is hidden

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

536 files changed

+6595
-4778
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)