Changeset 23054
- Timestamp:
- 11/22/08 00:24:02 (7 weeks ago)
- Files:
-
- 1 modified
-
t/spec/S06-signature/positional-placeholders.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S06-signature/positional-placeholders.t
r20380 r23054 2 2 use Test; 3 3 4 plan 3;4 plan 5; 5 5 6 6 #L<S06/Placeholder variables/> … … 19 19 two_placeholders(1, 2); 20 20 21 sub non_twigil { 22 is $^foo, 5, "A single placeholder (still) works"; 23 is $foo, 5, "It also has a corresponding non-twigil variable"; 24 } 25 26 non_twigil(5); 21 27 22 28 # vim: syn=perl6
