coderay/test
Mamoru TASAKA c1c1503474 Fix test suite for ruby 3.0 change for methods on subclass of Array
With ruby 3.0, especially with https://github.com/ruby/ruby/pull/3690 ,
for subclass of Array, `flatten` method now returns the instance of Array,
not of the subclass.

To keep the object instance of the subclass, use `flatten!` instead.
2021-02-21 23:04:03 +09:00
..
executable don't load simplecov on Ruby 1.8.7 2019-11-24 17:28:51 +01:00
functional don't load simplecov on Ruby 1.8.7 2019-11-24 17:28:51 +01:00
lib Major rewrite of encoders to support IO output; fixed some minor scanner bugs; cleanups; dropped NitroXHTML scanner; improved tests 2011-08-19 03:09:35 +02:00
unit Fix test suite for ruby 3.0 change for methods on subclass of Array 2021-02-21 23:04:03 +09:00