Skip to content

Commit 23dd517

Browse files
committed
[S10] relax error message recogniion a bit
1 parent 15c1b74 commit 23dd517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S10-packages/basic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plan 53;
88

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

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

1313
package Empty {}
1414
package AlsoEmpty::Nested {}

0 commit comments

Comments
 (0)