Project

General

Profile

Actions

Bug #15267

closed

File.basename + File.extname does not restore the original name

Added by nobu (Nobuyoshi Nakada) over 5 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:89615]

Description

Related to #15224, I found the case File.basename(name, '.*')+File.extname(name) == File.basename(name) is not true.

name = 'file.'
File.basename(name, '.*') #=> "name"
File.extname(name) #=> ""

Both do not contain the last dot.

basename(1) seems to result in the base name with the dot, when stripping a wildcard suffix.

$ basename name. '.*'
name.

Files

file-basename-trailing-dot-15267.patch (1.96 KB) file-basename-trailing-dot-15267.patch jeremyevans0 (Jeremy Evans), 08/13/2019 11:48 PM

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #15244: Method #extname return empty string if filename is dot ('.')ClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0