HTD / NST

New Source Tree Komodo Addon
32 stars 20 forks source link

perl: tree item missed, wrong source tree after "!/" #19

Closed jumpercc closed 11 years ago

jumpercc commented 11 years ago

in this code only "test1" in the source tree:

sub test1 {
    sort grep !/reg_date/, @_;
}

sub test2 {
    #
}

and "test2" is missed

jumpercc commented 11 years ago

$ git push Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 476 bytes, done. Total 4 (delta 2), reused 0 (delta 0) To git@github.com:HTD/NST.git d807023..4b2fb2b testing -> testing