diff options
author | Craig A. Berry <craigberry@mac.com> | 2012-01-20 21:29:08 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2012-01-20 21:42:21 -0600 |
commit | 7cae3803937000688a3564bfdabfb7a3935a6e86 (patch) | |
tree | 7df516fb02bccf522ae8a1604648a1341d3e2da3 /vms | |
parent | 3b7517cbd076db646028fd535ee0edea05bc378a (diff) | |
download | perl-7cae3803937000688a3564bfdabfb7a3935a6e86.tar.gz |
Restore triple-dot directory spec tests in vms/ext/filespec.t.
1fe570cc5e24eecfb07059e53e95fa864bb44142 declared directory
components containing '...' as either 'not translatable' or created
the expectation that each dot should be individually escaped when
translating between Unix and VMS directory specs. That doesn't
really make sense since in both formats it means any number of
intervening directories, plus there was already code of long
standing that handles it. So get the tests in this regard back
in line with reality.
Diffstat (limited to 'vms')
-rwxr-xr-x | vms/ext/filespec.t | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index c5bf12bd3e..7e12e12a02 100755 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -113,15 +113,15 @@ __lyrics_:[__are_.__very_^.__sappy_]__but_^.__rhymes_^.__are_.__true_ unixify __some_/__where_/__over_/__the_.__rainbow_ vmsify [.__some_.__where_.__over_]__the_.__rainbow_ ^ ../__some_/__where_/__over_/__the_.__rainbow_ vmsify [-.__some_.__where_.__over_]__the_.__rainbow_ ^ __some_/../../__where_/__over_/__the_.__rainbow_ vmsify [.__some_.--.__where_.__over_]__the_.__rainbow_ ^ -.../__some_/__where_/__over_/__the_.__rainbow_ vmsify [...__some_.__where_.__over_]__the_.__rainbow_ [.^.^.^..__some_.__where_.__over_]__the_.__rainbow_ -__some_/.../__where_/__over_/__the_.__rainbow_ vmsify [.__some_...__where_.__over_]__the_.__rainbow_ [.__some_.^.^.^..__where_.__over_]__the_.__rainbow_ -/__some_/.../__where_/__over_/__the_.__rainbow_ vmsify __some_:[...__where_.__over_]__the_.__rainbow_ __some_:[^.^.^..__where_.__over_]__the_.__rainbow_ -__some_/__where_/... vmsify [.__some_.__where_...] [.__some_.__where_]^.^.^.. -/__where_/... vmsify __where_:[...] __where_:[]^.^.^.. +.../__some_/__where_/__over_/__the_.__rainbow_ vmsify [...__some_.__where_.__over_]__the_.__rainbow_ ^ +__some_/.../__where_/__over_/__the_.__rainbow_ vmsify [.__some_...__where_.__over_]__the_.__rainbow_ ^ +/__some_/.../__where_/__over_/__the_.__rainbow_ vmsify __some_:[...__where_.__over_]__the_.__rainbow_ ^ +__some_/__where_/... vmsify [.__some_.__where_...] ^* +/__where_/... vmsify __where_:[...] ^* . vmsify [] ^ .. vmsify [-] ^ ../.. vmsify [--] ^ -.../ vmsify [...] [.^.^.^.] +.../ vmsify [...] ^ / vmsify sys$disk:[000000] ^* ./$(macro)/ vmsify [.$(macro)] ^ ./$(macro) vmsify []$(macro) ^ @@ -160,7 +160,7 @@ __path_.notdir pathify __path__notdir/ __path_.notdir/ __down_:[__the_.__garden_]__path_.dir;1 unixpath /__down_/__the_/__garden_/__path_/ ^ /__down_/__the_/__garden_/__path_ vmspath __down_:[__the_.__garden_.__path_] ^ __down_:[__the_.__garden_.__path_] unixpath /__down_/__the_/__garden_/__path_/ ^ -__down_:[__the_.__garden_.__path_...] unixpath /__down_/__the_/__garden_/__path_/.../ # Not translatable +__down_:[__the_.__garden_.__path_...] unixpath /__down_/__the_/__garden_/__path_/.../ ^ /__down_/__the_/__garden_/__path_.dir vmspath __down_:[__the_.__garden_.__path_] ^ [.__down_.__the_.__garden_]__path_.dir unixpath __down_/__the_/__garden_/__path_/ ^ __down_/__the_/__garden_/__path_ vmspath [.__down_.__the_.__garden_.__path_] ^ |