/[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 922 by dpavlin, Tue Oct 30 17:40:13 2007 UTC revision 923 by dpavlin, Wed Oct 31 00:26:43 2007 UTC
# Line 2  Line 2 
2    
3  use strict;  use strict;
4    
5  use Test::More tests => 341;  use Test::More tests => 347;
6  use Test::Exception;  use Test::Exception;
7  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
8  use blib;  use blib;
# Line 437  sub test_s { Line 437  sub test_s {
437          test_check_ds('display');          test_check_ds('display');
438    
439          _clean_ds();          _clean_ds();
440            test_s(qq{ sorted('something', '42'); });
441            test_s(qq{ sorted('empty', ''); });
442            test_check_ds('sorted');
443    
444            _clean_ds();
445          my $n = read_file( "$abs_path/data/normalize.pl" );          my $n = read_file( "$abs_path/data/normalize.pl" );
446          $n .= "\n1;\n";          $n .= "\n1;\n";
447          #diag "normalize code:\n$n\n";          #diag "normalize code:\n$n\n";

Legend:
Removed from v.922  
changed lines
  Added in v.923

  ViewVC Help
Powered by ViewVC 1.1.26