Changeset 248

Show
Ignore:
Timestamp:
05/06/07 00:51:21 (2 years ago)
Author:
agentz
Message:
eliminated trailing whitespace in README
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ingy/Test-Base/README

    r227 r248  
    88        package MyProject::Test; 
    99        use Test::Base -Base; 
    10      
     10 
    1111        use MyProject; 
    12      
     12 
    1313        package MyProject::Test::Filter; 
    1414        use Test::Base::Filter -base; 
     
    2222        # t/sample.t 
    2323        use MyProject::Test; 
    24      
     24 
    2525        plan tests => 1 * blocks; 
    26      
     26 
    2727        run_is input => 'expected'; 
    2828 
     
    3030            s/my/your/; 
    3131        } 
    32      
     32 
    3333        __END__ 
    34      
     34 
    3535        === Test one (the name of the test) 
    3636        --- input my_filter local_filter