File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
use vars qw( $TODO $Level $using_open) ;
6
6
require " test.pl" ;
7
7
8
- our $VERSION = ' 0.13 ' ;
8
+ our $VERSION = ' 0.14 ' ;
9
9
10
10
# now export checkOptree, and those test.pl functions used by tests
11
11
our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike
@@ -703,12 +703,12 @@ sub mkCheckRex {
703
703
.* # all sorts of things follow it
704
704
v # The opening v
705
705
)
706
- (?:(:>,<,%,\\ {) # hints when open.pm is in force
706
+ (?:(:>,<,%,\\\ { ) # hints when open.pm is in force
707
707
|(:>,<,%)) # (two variations)
708
708
(\ ->(?:-|[0-9a-z]+))?
709
709
$
710
710
]
711
- [$1 . ($2 && ' :{' ) . $4 ]xegm; # change to the hints without open.pm
711
+ [$1 . ($2 && ' :\ {' ) . $4 ]xegm; # change to the hints without open.pm
712
712
}
713
713
714
714
You can’t perform that action at this time.
0 commit comments