Skip to content

Commit 1a51a91

Browse files
committed
Fix ignoremark on backslashed literals.
1 parent 858b946 commit 1a51a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRegex/P6Regex/Actions.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class QRegex::P6Regex::Actions is HLL::Actions {
401401

402402
method backslash:sym<misc>($/) {
403403
my $qast := QAST::Regex.new( ~$/ , :rxtype('literal'), :node($/) );
404-
make $qast;
404+
make self.apply_literal_modifiers($qast);
405405
}
406406

407407
method cclass_backslash:sym<s>($/) {

0 commit comments

Comments
 (0)