We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc317 commit c95ae34Copy full SHA for c95ae34
types/unixpath.pp
@@ -1,2 +1,2 @@
1
-# this regex rejects any path component that is a / or a NUL
+# this regex rejects any path component that does not start with "/" or is NUL
2
type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)*$/]
0 commit comments