nuked tabs
Matt S Trout [Thu, 22 Jun 2006 14:49:46 +0000 (14:49 +0000)]
r9812@cain (orig r4293):  matthewt | 2006-06-05 21:21:08 +0000

t/live_component_controller_action_childof.t

index 3fc9140..d1a0278 100644 (file)
@@ -29,7 +29,7 @@ sub run_tests {
           TestApp::Controller::Action::ChildOf->begin
           TestApp::Controller::Action::ChildOf->foo
           TestApp::Controller::Action::ChildOf->endpoint
-         TestApp::Controller::Action::ChildOf->end
+          TestApp::Controller::Action::ChildOf->end
         ];
     
         my $expected = join( ", ", @expected );
@@ -44,7 +44,7 @@ sub run_tests {
           TestApp::Controller::Action::ChildOf->begin
           TestApp::Controller::Action::ChildOf->foo
           TestApp::Controller::Action::ChildOf::Foo->spoon
-         TestApp::Controller::Action::ChildOf->end
+          TestApp::Controller::Action::ChildOf->end
         ];
     
         my $expected = join( ", ", @expected );
@@ -59,7 +59,7 @@ sub run_tests {
           TestApp::Controller::Action::ChildOf->begin
           TestApp::Controller::Action::ChildOf->bar
           TestApp::Controller::Action::ChildOf->finale
-         TestApp::Controller::Action::ChildOf->end
+          TestApp::Controller::Action::ChildOf->end
         ];
     
         my $expected = join( ", ", @expected );