Changeset 22045

Show
Ignore:
Timestamp:
08/27/08 16:30:56 (3 months ago)
Author:
moritz
Message:

[t] move statements/if.t to spec/

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • t/spec/S04-statements/if.t

    r21719 r22045  
    117117 
    118118# L<S04/"Conditional statements"/The value of the conditional expression may be optionally bound to a closure parameter> 
     119#?rakudo skip 'Closure parameters for if block' 
    119120{ 
    120121    my ($got, $a_val, $b_val); 
     
    149150    is $got, '', 'else -> $c { } binding previous if'; 
    150151} 
     152 
     153# vim: ft=perl6