From 7c0b92a1c64d39d4861fb7b46db7efdff3bbcf65 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:41:29 +0100 Subject: [ruby/prism] Fix parser translator tokens for `%x(#{})` It falsely considered it to be a single backtick command https://github.com/ruby/prism/commit/dd762be590 --- test/prism/ruby/parser_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb index 7c6b1cbe6a..935e6ed8af 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -98,7 +98,6 @@ module Prism "heredocs_with_ignored_newlines.txt", "methods.txt", "strings.txt", - "seattlerb/backticks_interpolation_line.txt", "seattlerb/bug169.txt", "seattlerb/case_in.txt", "seattlerb/difficult4__leading_dots2.txt", -- cgit v1.2.3