We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69fc32 commit 00ea7dfCopy full SHA for 00ea7df
base/path.jl
@@ -12,7 +12,7 @@ end
12
@windows_only begin
13
const path_separator = "\\"
14
const path_separator_re = r"[/\\]+"
15
- const path_absolute_re = r"^(?:\w+:)[/\\]"
+ const path_absolute_re = r"^(?:\w+:)?[/\\]"
16
const path_directory_re = r"(?:^|[/\\])\.{0,2}$"
17
const path_dir_splitter = r"^(.*?)([/\\]+)([^/\\]*)$"
18
const path_ext_splitter = r"^((?:.*[/\\])?(?:\.|[^/\\\.])[^/\\]*?)(\.[^/\\\.]*|)$"
0 commit comments