[Bps-public-commit] Path-Dispatcher branch, master, updated. fbfe06cf447e1355a322377bd8f327188bed735b
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jan 6 19:59:22 EST 2010
The branch, master has been updated
via fbfe06cf447e1355a322377bd8f327188bed735b (commit)
from 69b918a02b9931e93d82b1f1f5a460bc282ea856 (commit)
Summary of changes:
t/024-sequence.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit fbfe06cf447e1355a322377bd8f327188bed735b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Jan 6 19:59:01 2010 -0500
Sequences are unlike Tokens in that delimiter is mostly unimportant
diff --git a/t/024-sequence.t b/t/024-sequence.t
index 200e5ed..cbf0cd0 100644
--- a/t/024-sequence.t
+++ b/t/024-sequence.t
@@ -48,7 +48,7 @@ $dispatcher->run('foo barbaz');
is_deeply([splice @calls], [ ['foo', 'barbaz', undef] ], "ran the second [str, regex] rule");
$dispatcher->run('foo bar baz');
-is_deeply([splice @calls], [], "no matches");
+is_deeply([splice @calls], [ ['foo', 'bar baz', undef] ], "no matches");
$dispatcher->add_rule(
Path::Dispatcher::Rule::Sequence->new(
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list