Changeset 3370
- Timestamp:
- 05/18/05 02:35:29 (4 years ago)
- svk:copy_cache_prev:
- 4945
- Files:
-
- 1 modified
-
t/subroutines/operator_overloading.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/subroutines/operator_overloading.t
r3369 r3370 53 53 :todo<feature>); 54 54 55 eval_ok('sub infix:"<"($one, $two) { return (rand(1) <=> 0.5) }', 56 "quoted infix subs", :todo<bug>); 57 55 58 sub postfix:<W> ($wobble) { return "ANDANDAND$wobble"; }; 56 59
