Changeset 2221


Ignore:
Timestamp:
12/28/08 12:29:12 (3 years ago)
Author:
szabgab
Message:

more things to test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/t/75-perl-beginner.t

    r2220 r2221  
    3131    'return_stronger_than_or.pl'   => 'TODO', 
    3232    'grep_always_true.pl'          => 'TODO', 
    33     'my_argv.pl'                   => 'TODO', 
     33    'my_argv.pl'                   => 'TODO', # "my" variable @ARGV masks global variable at ... 
     34    # @ARGV, $ARGV, @INC, %INC, %ENV, %SIG, @ISA,  
    3435    # other special variables ? $a, $b, $ARGV, $AUTOLOAD, etc ? $_ in perls older than 5.10?  
     36    # @_ ? 
    3537    ); 
    3638} 
Note: See TracChangeset for help on using the changeset viewer.