Show
Ignore:
Timestamp:
05/17/06 23:16:27 (6 years ago)
Author:
dom
Message:

vim syntax highlighting is broken!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/t/021_moderation.t

    r209 r289  
    109109        my %mmn1 = $wiki->retrieve_node(name=>"Moderation",version=>1); 
    110110 
    111         # First entry should now be moderated, but node shouldn't be changed 
     111        # First entry should now be moderated, but node should not be changed 
    112112        is( $mmn1{moderated}, '1', "First version should now be moderated" ); 
    113113        is( $mmn1{node_requires_moderation}, '1', "Still requires moderation" ); 
     
    123123        my %mmn3 = $wiki->retrieve_node(name=>"Moderation",version=>3); 
    124124 
    125         # Third entry should now be moderated, and node should've be changed 
     125        # Third entry should now be moderated, and node should have been changed 
    126126        is( $mmn3{moderated}, '1', "Third version should now be moderated" ); 
    127127        is( $mmn3{node_requires_moderation}, '1', "Still requires moderation" );