diff options
author | Craig A. Berry <craigberry@mac.com> | 2012-01-22 08:29:47 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2012-01-23 18:42:16 -0600 |
commit | 9e1c556683b2bf04685b75340e523e781a2342ec (patch) | |
tree | b12554bcdaec3cb5d53a8c675d543e83a5e89225 /vms/ext | |
parent | a9fac63d75d9222a73fbf511ca58ae1d66cbf9a7 (diff) | |
download | perl-9e1c556683b2bf04685b75340e523e781a2342ec.tar.gz |
More un-TODOs and two typos in vms/ext/filespec.t.
Two tests that actually pass under Extended Filename Syntax and
two that will now pass if we give them the correct expectations.
Diffstat (limited to 'vms/ext')
-rwxr-xr-x | vms/ext/filespec.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index 7e12e12a02..f5f71cebb6 100755 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -122,10 +122,10 @@ __some_/__where_/... vmsify [.__some_.__where_...] ^* .. vmsify [-] ^ ../.. vmsify [--] ^ .../ vmsify [...] ^ -/ vmsify sys$disk:[000000] ^* +/ vmsify sys$disk:[000000] ^ ./$(macro)/ vmsify [.$(macro)] ^ ./$(macro) vmsify []$(macro) ^ -./$(m+ vmsify []$^(m^+ []$^(m^+. +./$(m+ vmsify []$^(m^+ ^ # Fileifying directory specs __down_:[__the_.__garden_.__path_] fileify __down_:[__the_.__garden_]__path_.dir;1 ^ @@ -145,7 +145,7 @@ __down_:[__the_.__garden_]__path_.dir;1 pathify __down_:[__the_.__garden_ /__down_/__the_/__garden_/__path_.dir pathify /__down_/__the_/__garden_/__path_/ ^ __down_/__the_/__garden_/__path_.dir pathify __down_/__the_/__garden_/__path_/ ^ __down_:[__the_.__garden_]__path_ pathify __down_:[__the_.__garden_.__path_] ^ -__down_:[__the_.__garden_]__path_. pathify ^ __down_:[__the.__garden_.__path_^.] # N.B. trailing . ==> null type +__down_:[__the_.__garden_]__path_. pathify ^ __down_:[__the_.__garden_.__path_^.] # N.B. trailing . ==> null type __down_:[__the_]__garden_.__path_ pathify ^ __down_:[__the_.__garden_^.__path_] # undef /__down_/__the_/__garden_/__path_. pathify /__down_/__the_/__garden_/__path__/ /__down_/__the_/__garden_/__path_./ # N.B. trailing . ==> null type /__down_/__the_/__garden_.__path_ pathify /__down_/__the_/__garden____path_/ /__down_/__the_/__garden_.__path_/ @@ -165,7 +165,7 @@ __down_:[__the_.__garden_.__path_...] unixpath /__down_/__the_/__garden_ [.__down_.__the_.__garden_]__path_.dir unixpath __down_/__the_/__garden_/__path_/ ^ __down_/__the_/__garden_/__path_ vmspath [.__down_.__the_.__garden_.__path_] ^ __path_ vmspath [.__path_] ^ -/ vmspath sys$disk:[000000] ^* +/ vmspath sys$disk:[000000] ^ /sys$scratch vmspath sys$scratch: ^ # Redundant characters in Unix paths |