Changeset 21174 for t/spec/S04-statements/for.t
- Timestamp:
- 07/03/08 13:38:48 (5 months ago)
- Files:
-
- 1 moved
-
t/spec/S04-statements/for.t (moved) (moved from t/statements/for.t) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S04-statements/for.t
r21173 r21174 3 3 use Test; 4 4 5 = kwid5 =begin description 6 6 7 7 Tests the "for" statement … … 12 12 L<S04/The C<for> statement> 13 13 14 =cut 15 16 =begin comment 17 18 I'm in the process of smartlinking all the below tests. 19 --trey 31 Aug 2006 20 21 =cut 14 =end description 22 15 23 16 plan 40;
