[Bps-public-commit] Path-Dispatcher branch, named_captures, updated. 7a92e2e60270451568ea17392ea91d5cd8563c29
Shawn Moore
sartak at bestpractical.com
Thu Jun 24 15:45:40 EDT 2010
The branch, named_captures has been updated
via 7a92e2e60270451568ea17392ea91d5cd8563c29 (commit)
from de83e4fafc4f77b813f7d26fadc91b980ff2991f (commit)
Summary of changes:
t/904-named-captures.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7a92e2e60270451568ea17392ea91d5cd8563c29
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Jun 24 15:46:51 2010 -0400
Test fix
diff --git a/t/904-named-captures.t b/t/904-named-captures.t
index 92fd932..2d04cde 100644
--- a/t/904-named-captures.t
+++ b/t/904-named-captures.t
@@ -31,7 +31,7 @@ is_deeply([$1, $2, $3, $4, \%+], ["a", "b", "c", undef, {head=>'a',tail=>'c'}]);
$dispatch->run;
-is_deeply([splice @vars], [['bus', 'train', undef, {head=>'a',tail=>'c',auto=>'train',style=>'bus'}]]);
+is_deeply([splice @vars], [['bus', 'train', undef, {auto=>'train',style=>'bus'}]]);
TODO: {
local $TODO = "we stomp on capture vars..";
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list