/[webpac2]/trunk/t/3-normalize-set.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-set.t

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

revision 500 by dpavlin, Sun May 14 12:35:20 2006 UTC revision 501 by dpavlin, Sun May 14 22:08:51 2006 UTC
# Line 2  Line 2 
2    
3  use strict;  use strict;
4    
5  use Test::More tests => 64;  use Test::More tests => 67;
6  use Test::Exception;  use Test::Exception;
7  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
8  use blib;  use blib;
# Line 159  sub test_s { Line 159  sub test_s {
159    
160          cmp_ok( rec('902'), 'eq', rec('902','z'), 'rec sf' );          cmp_ok( rec('902'), 'eq', rec('902','z'), 'rec sf' );
161    
162            # simple list manipulatons
163            cmp_ok( join('', prefix('ab', 'cd') ), 'eq', 'abcd', 'prefix');
164            cmp_ok( join('', suffix('xy', 'cd') ), 'eq', 'cdxy', 'suffix');
165            cmp_ok( join('', surround('->', '<-', 'a','b','c') ), 'eq', '->a<-->b<-->c<-', 'surround');
166    
167    
168          set_lookup( $lookup1 );          set_lookup( $lookup1 );
169                    
170          cmp_ok(          cmp_ok(

Legend:
Removed from v.500  
changed lines
  Added in v.501

  ViewVC Help
Powered by ViewVC 1.1.26