Changeset 3370

Show
Ignore:
Timestamp:
05/18/05 02:35:29 (4 years ago)
Author:
mugwump
svk:copy_cache_prev:
4945
Message:

More operator overloading tests...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/subroutines/operator_overloading.t

    r3369 r3370  
    5353         :todo<feature>); 
    5454 
     55eval_ok('sub infix:"<"($one, $two) { return (rand(1) <=> 0.5) }', 
     56        "quoted infix subs", :todo<bug>); 
     57 
    5558sub postfix:<W> ($wobble) { return "ANDANDAND$wobble"; }; 
    5659