Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prefer 'can' over [can]
(since [can] looks like it might be a character class)
  • Loading branch information
TimToady committed Sep 3, 2012
1 parent 1312772 commit 5397065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S10-packages/basic.t
Expand Up @@ -6,9 +6,9 @@ use Test;

plan 57;

my regex fairly_conclusive_platform_error {:i ^\N*<<Null?>>}
my regex fairly_conclusive_platform_error {:i ^\N* <<Null?>>}

my regex likely_perl6_not_found_err {:i ^\N*<<[can]?not>>\N*<<[f[i|ou]nd|located?|access'ed'?]>>}
my regex likely_perl6_not_found_err {:i ^\N* <<'can'?not>> \N* <<[f[i|ou]nd|located?|access'ed'?]>> }

package Empty {}
package AlsoEmpty::Nested {}
Expand Down

0 comments on commit 5397065

Please sign in to comment.