From: ynnor@... Date: 2016-12-05T13:41:04+00:00 Subject: [ruby-core:78497] [Ruby trunk Bug#13008] File::basename fails if extension contains a colon Issue #13008 has been reported by Ronald Fischer. ---------------------------------------- Bug #13008: File::basename fails if extension contains a colon https://bugs.ruby-lang.org/issues/13008 * Author: Ronald Fischer * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-cygwin] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- ~~~ File.basename('a/b/c.d:12') ~~~ returns ~~~ c.d ~~~ but should return ~~~ c.d:12 ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: