summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-07-22 03:49:17 +0900
committeraycabta <aycabta@gmail.com>2020-07-22 03:49:17 +0900
commitee2529dffe475567059b3234bf6f765fcc7b81e4 (patch)
treeef78266e4c095b8b61932788d991f711951ca01f
parent0faf02718a75fb7c338c9ec7c27b284b4cf2f874 (diff)
Sometimes result indicator (=>) isn't shown
-rw-r--r--test/irb/test_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 7fc5f755cf..55bd6ff63e 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -108,7 +108,7 @@ module TestIRB
irb.eval_input
end
assert_empty err
- assert_equal("(Object doesn't support #inspect)\n=> \n", out)
+ assert(/\(Object doesn't support #inspect\)\n(=> )?\n/, out)
ensure
$VERBOSE = verbose
end