Skip to content

Commit

Permalink
fix #5123
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored and ivarne committed Mar 28, 2014
1 parent d69fc32 commit 00ea7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
@windows_only begin
const path_separator = "\\"
const path_separator_re = r"[/\\]+"
const path_absolute_re = r"^(?:\w+:)[/\\]"
const path_absolute_re = r"^(?:\w+:)?[/\\]"
const path_directory_re = r"(?:^|[/\\])\.{0,2}$"
const path_dir_splitter = r"^(.*?)([/\\]+)([^/\\]*)$"
const path_ext_splitter = r"^((?:.*[/\\])?(?:\.|[^/\\\.])[^/\\]*?)(\.[^/\\\.]*|)$"
Expand Down

0 comments on commit 00ea7df

Please sign in to comment.