Skip to content

Commit

Permalink
Merge pull request #6340 from tomachalek/supp2962_b
Browse files Browse the repository at this point in the history
Fix - exclamation mark is a non-spec character in CQL...
  • Loading branch information
tomachalek authored Nov 4, 2024
2 parents b03b9de + 632b443 commit 6b2d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/cql.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ PQuery =
// ------------------------------- tokens -------------------------------

RG_NON_LETTER = '\''
RG_NON_SPEC = [#%§]
RG_NON_SPEC = [#%§!]
RG_AMP = '&'

LETTER_PHON =
Expand Down

0 comments on commit 6b2d3a8

Please sign in to comment.