Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Jun 20, 2022
1 parent 2ddc3f0 commit 8b0cc0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Guacamole - A parser toolkit for Standard Perl

# VERSION

version 0.007
version 0.008

# SYNOPSIS

Expand Down Expand Up @@ -132,7 +132,7 @@ it's a rule first.

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Sawyer X.
This software is Copyright (c) 2022 by Sawyer X.

This is free software, licensed under:

Expand Down
10 changes: 10 additions & 0 deletions t/bugs/rt_132920_regex_subset.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
use strict;
use warnings;
use Guacamole::Test;

parses('
map { s/\\\// } @_;
1;
');

done_testing();

0 comments on commit 8b0cc0d

Please sign in to comment.