projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1081c3b
)
Not everyone is using ithreads...
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 27 Sep 2001 22:23:24 +0000
(22:23 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 27 Sep 2001 22:23:24 +0000
(22:23 +0000)
p4raw-id: //depot/perl@12248
ext/Devel/Peek/Peek.t
patch
|
blob
|
history
diff --git
a/ext/Devel/Peek/Peek.t
b/ext/Devel/Peek/Peek.t
index 9e60bef14edfdf8e182005cb12b8a654f7ebca0f..dde4cd14ba0380cc7a755d191b335627ad24a043 100644
(file)
--- a/
ext/Devel/Peek/Peek.t
+++ b/
ext/Devel/Peek/Peek.t
@@
-321,7
+321,7
@@
do_test(18,
chr(256).chr(0).chr(512),
'SV = PV\\($ADDR\\) at $ADDR
REFCNT = 1
- FLAGS = \\(
PADBUSY,PADTMP,
POK,READONLY,pPOK,UTF8\\)
+ FLAGS = \\(
(?:PADBUSY,PADTMP,)?
POK,READONLY,pPOK,UTF8\\)
PV = $ADDR "\\\304\\\200\\\0\\\310\\\200"\\\0 \[UTF8 "\\\x\{100\}\\\x\{0\}\\\x\{200\}"\]
CUR = 5
LEN = 6');