1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Compare actual result

This commit is contained in:
Nobuyoshi Nakada 2019-08-14 00:23:19 +09:00
parent 5b1bf8dd2d
commit 8827697ec4
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -19,8 +19,8 @@ assert_equal %q{ok}, %q{
:ok
}.value
}
assert_equal %q{ok}, %q{
:ok if Thread.new{sleep}.backtrace == []
assert_equal %q{[]}, %q{
Thread.new{sleep}.backtrace
}
assert_equal %q{ok}, %q{
begin