We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd368 commit 098c108Copy full SHA for 098c108
2 files changed
test/irb/test_pager.rb
@@ -54,6 +54,8 @@ def test_overflow
54
end
55
56
def test_callback_delay
57
+ omit if RUBY_ENGINE == "truffleruby"
58
+
59
actual_events = []
60
overflow_callback = ->(lines) do
61
actual_events << [:callback_called, lines]
test/irb/test_ruby_lex.rb
@@ -14,6 +14,8 @@ def teardown
14
15
16
def test_interpolate_token_with_heredoc_and_unclosed_embexpr
17
18
19
code = <<~'EOC'
20
①+<<A-②
21
#{③*<<B/④
0 commit comments