- Timestamp:
- 11/03/08 11:53:31 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S03-junctions/boolean-context.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S03-junctions/boolean-context.t
r22450 r22856 1 1 use v6; 2 2 use Test; 3 plan 3 7;3 plan 38; 4 4 5 5 # L<S03/Junctive operators/> … … 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';
