[ruby/prism] Turn off unescape tests for Ruby >= 3.4.0
https://github.com/ruby/prism/commit/f982769314
This commit is contained in:
parent
f226bc20f6
commit
4cf4cad4ab
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
require_relative "test_helper"
|
require_relative "test_helper"
|
||||||
|
|
||||||
return if RUBY_VERSION < "3.1.0" || Prism::BACKEND == :FFI
|
return if Prism::BACKEND == :FFI
|
||||||
|
return if RUBY_VERSION < "3.1.0"
|
||||||
|
return if RUBY_VERSION >= "3.4.0"
|
||||||
|
|
||||||
module Prism
|
module Prism
|
||||||
class UnescapeTest < TestCase
|
class UnescapeTest < TestCase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user