root/t/junction/junction_pick.t
| Revision 20490, 147 bytes (checked in by Auzon, 8 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use v6; |
| 2 | |
| 3 | use Test; |
| 4 | |
| 5 | plan 1; |
| 6 | |
| 7 | my $junc = 1|2|3; |
| 8 | ok $junc.pick == 1|2|3; |
| 9 | |
| 10 | # Note: |
| 11 | # ok 1|2|3 == $junc.pick; |
| 12 | # works fine, for some strange reason. |
Note: See TracBrowser
for help on using the browser.
