- Timestamp:
- 11/03/08 12:40:27 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S03-junctions/boolean-context.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S03-junctions/boolean-context.t
r22856 r22857 58 58 59 59 ok 0|undef == 0, '0|undef == 0 in boolean context'; 60 61 ok ("A" eq "A"|"B").perl eq 'Bool::True', 'a junction of booleans collapses to a boolean';
