]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Two typos in test descriptions
authorVincent Pit <vince@profvince.com>
Sun, 15 Feb 2009 10:59:50 +0000 (11:59 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 15 Feb 2009 10:59:50 +0000 (11:59 +0100)
t/10-base.t

index d822d55087f04a1a9e595ca4f71e63108dfb4a6e..249fe0f92d23b49390faced11dbf811c09400564 100644 (file)
@@ -161,7 +161,7 @@ _got_undefined('qux', __LINE__-1);
  isnt(*{'::yay'}{CODE}, undef, 'yay is defined');
  isnt(*{'::foo'}{CODE}, undef, 'foo is defined');
  is(*{'::flip'}{CODE}, undef, 'flip isn\'t defined');
  isnt(*{'::yay'}{CODE}, undef, 'yay is defined');
  isnt(*{'::foo'}{CODE}, undef, 'foo is defined');
  is(*{'::flip'}{CODE}, undef, 'flip isn\'t defined');
- isnt(*{'::flop'}{CODE}, undef, 'flip is defined');
+ isnt(*{'::flop'}{CODE}, undef, 'flop is defined');
  is(*{'::qux'}{CODE}, undef, 'qux isn\'t defined');
  isnt(*{'::blech'}{CODE}, undef, 'blech is defined');
  isnt(*{'::wut'}{CODE}, undef, 'wut is defined');
  is(*{'::qux'}{CODE}, undef, 'qux isn\'t defined');
  isnt(*{'::blech'}{CODE}, undef, 'blech is defined');
  isnt(*{'::wut'}{CODE}, undef, 'wut is defined');
@@ -291,7 +291,7 @@ _got_undefined('blech', 1, eval => 1);
  isnt(*{::foo}{CODE}, undef, 'foo is defined'); # calls foo
  is($foo, '::foo', 'foo was called');
  is(*{::flip}{CODE}, undef, 'flip isn\'t defined');
  isnt(*{::foo}{CODE}, undef, 'foo is defined'); # calls foo
  is($foo, '::foo', 'foo was called');
  is(*{::flip}{CODE}, undef, 'flip isn\'t defined');
- isnt(*{::flop}{CODE}, undef, 'flip is defined');
+ isnt(*{::flop}{CODE}, undef, 'flop is defined');
  is(*{::qux}{CODE}, undef, 'qux isn\'t defined');
  isnt(*{::blech}{CODE}, undef, 'blech is defined');
  isnt(*{::wut}{CODE}, undef, 'wut is defined');
  is(*{::qux}{CODE}, undef, 'qux isn\'t defined');
  isnt(*{::blech}{CODE}, undef, 'blech is defined');
  isnt(*{::wut}{CODE}, undef, 'wut is defined');