Skip to content

Commit

Permalink
Allow UNC paths (Issue #59).
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty committed Apr 20, 2015
1 parent 08bd8ba commit 635b799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tempest/Tempest/Utils/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Path
/**
* A regex pattern that matches one or more sequential forward or back slashes.
*/
const PATTERN_SLASHES = '/[\/\\\\]+/';
const PATTERN_SLASHES = '/(?!^)[\/\\\\]+/';


/**
Expand Down

0 comments on commit 635b799

Please sign in to comment.