From 5f254209184f4bcddc3155a85da7dc970f5708bf Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:16:34 +0100 Subject: [ruby/prism] Fix `on_words_sep` for ripper translator with newlines Ripper emits a token each per line. https://github.com/ruby/prism/commit/4b5c9f5437 --- test/prism/ruby/ripper_test.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/prism/ruby') diff --git a/test/prism/ruby/ripper_test.rb b/test/prism/ruby/ripper_test.rb index 6e9dcee4c9..c8d259135f 100644 --- a/test/prism/ruby/ripper_test.rb +++ b/test/prism/ruby/ripper_test.rb @@ -62,18 +62,10 @@ module Prism ] omitted_lex = [ - "comments.txt", - "heredoc_percent_q_newline_delimiter.txt", "heredoc_with_escaped_newline_at_start.txt", "heredocs_with_fake_newlines.txt", "indented_file_end.txt", - "seattlerb/TestRubyParserShared.txt", - "seattlerb/class_comments.txt", - "seattlerb/module_comments.txt", - "seattlerb/parse_line_block_inline_comment_leading_newlines.txt", - "seattlerb/parse_line_block_inline_multiline_comment.txt", "spanning_heredoc_newlines.txt", - "strings.txt", "whitequark/dedenting_heredoc.txt", "whitequark/procarg0.txt", ] -- cgit v1.2.3