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:
50acbf3
)
Fixed the test - it passes now.
author
Shlomi Fish
<shlomif@shlomifish.org>
Fri, 16 Nov 2012 07:57:55 +0000
(09:57 +0200)
committer
Tony Cook
<tony@develop-help.com>
Wed, 2 Jan 2013 00:22:05 +0000
(11:22 +1100)
Thanks to Father Chrysostomos for fixing the bug in blead, I was now
able to fix the test in the debugger.
lib/perl5db.t
patch
|
blob
|
history
diff --git
a/lib/perl5db.t
b/lib/perl5db.t
index
e2efa25
..
a5d4df4
100644
(file)
--- a/
lib/perl5db.t
+++ b/
lib/perl5db.t
@@
-817,7
+817,7
@@
sub _calc_trace_wrapper
$wrapper->contents_like(
# qr/^0\s+HASH\([^\)]+\)\n\s+500 => 600\n/,
- qr/^0\sSCALAR\([^\)]+\)\n\s+-> 'hello world'\n/ms,
+ qr/^0\s
+
SCALAR\([^\)]+\)\n\s+-> 'hello world'\n/ms,
"x after AutoTrace=1 command is working."
);
}