Changeset 22635 for t

Show
Ignore:
Timestamp:
10/16/08 19:10:21 (3 months ago)
Author:
masak
Message:

[t/spec/S12-class/namespaced.t] hm, fudge does not fudge multiline test calls

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S12-class/namespaced.t

    r22633 r22635  
    2020    my $foobar = Foo::Bar.new(); 
    2121    #?rakudo todo 'classes with namespaces with ::' 
    22     is($foobar.baz, 42, 
    23         'methods can be called on classes with namespaces with ::'); 
     22    is($foobar.baz, 42, 'methods can be called on classes with namespaces with ::'); 
    2423}