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:
parent
5b1bf8dd2d
commit
8827697ec4
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ assert_equal %q{ok}, %q{
|
||||||
:ok
|
:ok
|
||||||
}.value
|
}.value
|
||||||
}
|
}
|
||||||
assert_equal %q{ok}, %q{
|
assert_equal %q{[]}, %q{
|
||||||
:ok if Thread.new{sleep}.backtrace == []
|
Thread.new{sleep}.backtrace
|
||||||
}
|
}
|
||||||
assert_equal %q{ok}, %q{
|
assert_equal %q{ok}, %q{
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue