Skip to content

Commit

Permalink
Fix RubyLex's heredoc_with_hembexpr test to avoid ripper tokenizing i…
Browse files Browse the repository at this point in the history
…ssue (#558)
  • Loading branch information
tompng authored Apr 7, 2023
1 parent 3f714b6 commit f68e891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/irb/test_ruby_lex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ def test_heredoc_with_embexpr
input_with_prompt = [
PromptRow.new('001:0:":* ', %q(<<A+%W[#{<<B)),
PromptRow.new('002:0:":* ', %q(#{<<C+%W[)),
PromptRow.new('003:0:":* ', %q()),
PromptRow.new('004:0:":* ', %q(C)),
PromptRow.new('005:0:]:* ', %q()),
PromptRow.new('003:0:":* ', %q(a)),
PromptRow.new('004:0:]:* ', %q(C)),
PromptRow.new('005:0:]:* ', %q(a)),
PromptRow.new('006:0:":* ', %q(]})),
PromptRow.new('007:0:":* ', %q(})),
PromptRow.new('008:0:":* ', %q(A)),
Expand Down

0 comments on commit f68e891

Please sign in to comment.