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 3f714b6 commit f68e891Copy full SHA for f68e891
test/irb/test_ruby_lex.rb
@@ -229,9 +229,9 @@ def test_heredoc_with_embexpr
229
input_with_prompt = [
230
PromptRow.new('001:0:":* ', %q(<<A+%W[#{<<B)),
231
PromptRow.new('002:0:":* ', %q(#{<<C+%W[)),
232
- PromptRow.new('003:0:":* ', %q()),
233
- PromptRow.new('004:0:":* ', %q(C)),
234
- PromptRow.new('005:0:]:* ', %q()),
+ PromptRow.new('003:0:":* ', %q(a)),
+ PromptRow.new('004:0:]:* ', %q(C)),
+ PromptRow.new('005:0:]:* ', %q(a)),
235
PromptRow.new('006:0:":* ', %q(]})),
236
PromptRow.new('007:0:":* ', %q(})),
237
PromptRow.new('008:0:":* ', %q(A)),
0 commit comments