Changeset 13221

Show
Ignore:
Timestamp:
09/12/06 13:31:28 (2 years ago)
Author:
markstos
Message:

[t/builtins/io]
Three smart links here, including some more to the yet-to-appear S16.

Location:
t/builtins/io
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • t/builtins/io/dir.t

    r12551 r13221  
    11use v6-alpha; 
     2use Test; 
     3plan 18; 
    24 
    3 use Test; 
    4  
    5 plan 18; 
     5# L<S16> # not written yet.  
    66 
    77if ($*OS eq any <browser>) { 
  • t/builtins/io/exit-in-if.t

    r11256 r13221  
    11use v6-alpha; 
     2use Test; 
     3plan 1; 
    24 
    3 use Test; 
     5# L<S29/"Control::Basic"/"=item exit"> 
    46 
    57# This test is primarily aimed at PIL2JS. 
     
    810# This is now fixed, but it's still good to have a test for it. 
    911 
    10 plan 1; 
    1112 
    1213if 1 { 
  • t/builtins/io/say_and_print.t

    r11256 r13221  
    11use v6-alpha; 
    22 
     3# Is another link for print? 
     4# L<S29/Unfiled/"=item say"> 
    35 
    46say "1..11";