-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
path.extname('.a.a')!='' #27292
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
According to the documentation for
path.extname(path):path.basename('.a.a')[0]=='.'andpath.extname('.a.a')!=''should not happen at the same time.