projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa4af54
)
t/op/pat.t
Robin Barker [Thu, 1 May 2008 19:12:28 +0000 (20:12 +0100)]
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D093B34
@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33776
t/op/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pat.t
b/t/op/pat.t
index
ec4222c
..
0c57c84
100755
(executable)
--- a/
t/op/pat.t
+++ b/
t/op/pat.t
@@
-4617,7
+4617,7
@@
sub kt
}
SKIP: {
- if (ordA == 193) { skip("Assumes ASCII", 4) }
+ unless ($ordA == 65) { skip("Assumes ASCII", 4) }
my @notIsPunct = grep {/[[:punct:]]/ and not /\p{IsPunct}/}
map {chr} 0x20..0x7f;