[Bps-public-commit] r16356 - in Path-Dispatcher/trunk: t
sartak at bestpractical.com
sartak at bestpractical.com
Sun Oct 19 05:24:50 EDT 2008
Author: sartak
Date: Sun Oct 19 05:24:42 2008
New Revision: 16356
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/t/015-regex-prefix.t
Log:
r74113 at onn: sartak | 2008-10-19 05:22:32 -0400
Consistency in the test
Modified: Path-Dispatcher/trunk/t/015-regex-prefix.t
==============================================================================
--- Path-Dispatcher/trunk/t/015-regex-prefix.t (original)
+++ Path-Dispatcher/trunk/t/015-regex-prefix.t Sun Oct 19 05:24:42 2008
@@ -16,7 +16,7 @@
ok($rule->match('foo bar'), "prefix matches the full path");
ok($rule->match('foo bar baz'), "prefix matches a prefix of the path");
-is_deeply($rule->match('foobar baz'), ["foo", "bar"], "match returns just the results");
+is_deeply($rule->match('foobar:baz'), ["foo", "bar"], "match returns just the results");
is_deeply([$rule->_match('foobar:baz')], [
["foo", "bar"],
":baz"
More information about the Bps-public-commit
mailing list