Skip to content

Commit 8fef897

Browse files
committed
Temporarily remove test skipping to see where problem lies
1 parent 166de4c commit 8fef897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/filesystem/pathinfo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function pathinfo(path, options) {
1515
// % note 2: which makes it fully compliant with PHP syntax.
1616
// - depends on: dirname
1717
// - depends on: basename
18-
// * test: skip
1918
// * example 1: pathinfo('/www/htdocs/index.html', 1);
2019
// * returns 1: '/www/htdocs'
2120
// * example 2: pathinfo('/www/htdocs/index.html', 'PATHINFO_BASENAME');

0 commit comments

Comments
 (0)