From 3a1de37969a35710fa1fab9b23a26b1ac3ad2709 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 14 Jan 2012 13:16:26 -0600 Subject: [PATCH] Document the data columns in vms/ext/filespec.t. --- vms/ext/filespec.t | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index b40cc81..29b63ba 100755 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -79,6 +79,15 @@ ok(rmdir('testdir/'), ' rmdir()'); __DATA__ +# Column definitions: +# +# Column 1: Argument (path spec to be transformed) +# Column 2: Function that is to do the transformation +# Column 3: Expected result when DECC$EFS_CHARSET is not in effect +# Column 4: Expected result when DECC$EFS_CHARSET is in effect +# ^ means expect same result for EFS as for non-EFS +# ^* means TODO when EFS is in effect + # lots of underscores used to minimize collision with existing logical names # Basic VMS to Unix filespecs -- 2.7.4