Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 5f670af

Browse files
committed
Fix for hoaproject/Regex Issue #34
1 parent c8df174 commit 5f670af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Grammar.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
// Please, see PCRESYNTAX(3), General Category properties, PCRE special category
107107
// properties and script names for \p{} and \P{}.
108108
%token character_type \\([CdDhHNRsSvVwWX]|[pP]{[^}]+})
109-
%token anchor \\(bBAZzG)|\^|\$
109+
%token anchor \\([bBAZzG])|\^|\$
110110
%token match_point_reset \\K
111111
%token literal \\.|.
112112

0 commit comments

Comments
 (0)