[Bps-public-commit] Path-Dispatcher branch, master, updated. ef5136bab1ac6cb488f7cfa4d9627385905263bd

sartak at bestpractical.com sartak at bestpractical.com
Wed Dec 23 10:29:15 EST 2009


The branch, master has been updated
       via  ef5136bab1ac6cb488f7cfa4d9627385905263bd (commit)
      from  2b1a4b0365732213539017e6b03f887496d55711 (commit)

Summary of changes:
 t/303-complete-alternation.t |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit ef5136bab1ac6cb488f7cfa4d9627385905263bd
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 21 15:40:09 2009 -0500

    More tests to make sure tokens complete properly

diff --git a/t/303-complete-alternation.t b/t/303-complete-alternation.t
index 67675e3..e05f56f 100644
--- a/t/303-complete-alternation.t
+++ b/t/303-complete-alternation.t
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 use strict;
 use warnings;
-use Test::More tests => 16;
+use Test::More tests => 20;
 
 do {
     package MyApp::Dispatcher;
@@ -32,6 +32,10 @@ sub complete_ok {
 
 complete_ok('z');
 complete_ok('gate z');
+complete_ok('zig ');
+complete_ok('zig f');
+complete_ok('zig fo');
+complete_ok('zig foo');
 
 complete_ok(g   => 'gate');
 complete_ok(ga  => 'gate');

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list