Feature #3575
Updated by akr (Akira Tanaka) over 12 years ago
=begin I expect: "".split(",", -1) == [""] Currently: "".split(",", -1) == [] According to the documentation, blank fields should not be stripped when a negative offset is provided. =end