Skip to content

Commit

Permalink
[bugfix] Add missing reserved keyword 'copy'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 14, 2023
1 parent a0ec78a commit 4d774ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exist-core/src/main/antlr/org/exist/xquery/parser/XQuery.g
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,8 @@ reservedKeywords returns [String name]
"after" { name = "after"; }
|
"before" { name = "before"; }
|
"copy" { name = "copy"; }
;

/**
Expand Down

0 comments on commit 4d774ba

Please sign in to comment.