/[webpac2]/trunk/t/3-normalize.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/3-normalize.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 979 by dpavlin, Thu Nov 1 00:16:48 2007 UTC revision 980 by dpavlin, Sat Nov 3 13:33:19 2007 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 347;  use Test::More tests => 351;
7    
8  BEGIN {  BEGIN {
9          use_ok( 'WebPAC::Test' );          use_ok( 'WebPAC::Test' );
# Line 849  sub test_s { Line 849  sub test_s {
849                          ["000", "0    5    A"]                          ["000", "0    5    A"]
850                  ]                  ]
851          );          );
852    
853            test_s(qq{ isbn_13( '1558607013', '978-1558607019' ) });
854            test_s(qq{ isbn_10( '1558607013', '978-1558607019' ) });
855    
856            is_deeply(
857                    [ isbn_13( '1558607013', '978-1558607019' ) ],
858                    [ '978-1-55860-701-9', '978-1-55860-701-9', ],
859            'isbn_13' );
860    
861            is_deeply(
862                    [ isbn_10( '1558607013', '978-1558607019' ) ],
863                    [ '1-55860-701-3', '1-55860-701-3' ],
864            'isbn_10' );
865    
866  }  }
867    

Legend:
Removed from v.979  
changed lines
  Added in v.980

  ViewVC Help
Powered by ViewVC 1.1.26