summaryrefslogtreecommitdiff
path: root/ext/VMS-Filespec
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2017-08-12 08:01:16 -0500
committerCraig A. Berry <craigberry@mac.com>2017-08-12 08:01:16 -0500
commit774e46341e1837e52ab0da20f9a8d251f2e27065 (patch)
tree789977cbd1f0a518d61aa12ee071515667e33661 /ext/VMS-Filespec
parentcc289c9e6344a3d6386f2ed69849186df75de054 (diff)
downloadperl-774e46341e1837e52ab0da20f9a8d251f2e27065.tar.gz
Fix missing break in tovmsspec.
When encountering a question mark in a filespec being converted from Unix to VMS format, we were inadvertently adding an escaped space because of a missing break in a switch.
Diffstat (limited to 'ext/VMS-Filespec')
-rw-r--r--ext/VMS-Filespec/t/filespec.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/VMS-Filespec/t/filespec.t b/ext/VMS-Filespec/t/filespec.t
index 6d421e1ad9..cfb0aaa795 100644
--- a/ext/VMS-Filespec/t/filespec.t
+++ b/ext/VMS-Filespec/t/filespec.t
@@ -137,6 +137,7 @@ foo-bar-0^.01/ vmsify [.foo-bar-0_01] [.foo-bar-0^.01]
+foo.tmp vmsify ^+foo.tmp ^
../foo\ \ bar/ vmsify [-.foo^_^_bar] ^
./foo.tmp vmsify []foo.tmp ^
+x/r*??????? vmsify [.x]r*??????? ^
# Fileifying directory specs
__down_:[__the_.__garden_.__path_] fileify __down_:[__the_.__garden_]__path_.dir;1 ^