From 5f670af756d54d0d79565742cbfe03ad3ba8bdb2 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 18 Jul 2018 17:09:18 +0000 Subject: [PATCH] Fix for hoaproject/Regex Issue #34 --- Source/Grammar.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Grammar.pp b/Source/Grammar.pp index 4176085..15e1714 100644 --- a/Source/Grammar.pp +++ b/Source/Grammar.pp @@ -106,7 +106,7 @@ // Please, see PCRESYNTAX(3), General Category properties, PCRE special category // properties and script names for \p{} and \P{}. %token character_type \\([CdDhHNRsSvVwWX]|[pP]{[^}]+}) -%token anchor \\(bBAZzG)|\^|\$ +%token anchor \\([bBAZzG])|\^|\$ %token match_point_reset \\K %token literal \\.|.