1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
Jeremy Evans cfd162d535 Make String#{strip,lstrip}{,!} strip leading NUL bytes
The documentation already specifies that they strip whitespace
and defines whitespace to include null.

This wraps the new behavior in the appropriate guards in the specs,
but does not specify behavior for previous versions, because this
is a bug that could be backported.

Fixes [Bug #17467]
2021-02-20 11:17:47 +09:00
..
argf Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
array Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
basicobject
binding
builtin_constants
class
comparable
complex Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
data Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
dir Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280] 2021-01-12 20:02:43 +09:00
encoding
enumerable Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
enumerator Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
env Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
exception
false
fiber
file
filetest
float
gc Replace "iff" with "if and only if" 2021-01-19 12:06:45 -08:00
hash Replace "iff" with "if and only if" 2021-01-19 12:06:45 -08:00
integer Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
io Rename RubyVM::MJIT to RubyVM::JIT 2021-01-13 22:46:51 -08:00
kernel Fixed Kernel#rand spec 2021-01-29 11:36:13 +09:00
main
marshal Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
matchdata
math
method Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
module Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
mutex
nil
numeric Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
objectspace
proc Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
process Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
queue Thread::Queue.new should accept an Enumerable [Feature #17327] 2021-02-12 12:21:49 +09:00
random Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
range Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
rational
regexp Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
signal
sizedqueue
string Make String#{strip,lstrip}{,!} strip leading NUL bytes 2021-02-20 11:17:47 +09:00
struct Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
symbol Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
systemexit
thread Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
threadgroup
time Update to ruby/spec@8cafaa5 2021-01-28 17:08:57 +01:00
tracepoint
true
unboundmethod
warning