Fixed the test - it passes now.
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 16 Nov 2012 07:57:55 +0000 (09:57 +0200)
committerTony 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

index e2efa25..a5d4df4 100644 (file)
@@ -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."
     );
 }