mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
f226bc20f6
commit
4cf4cad4ab
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
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
|
||||
class UnescapeTest < TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue