Jacob Paul
Results
2
issues of
Jacob Paul
### Steps to reproduce ```ruby require "psych" require "time" require "minitest/autorun" class YearTenThousandTest < Minitest::Test def test_year_ten_thousand time = Time.parse("10000-01-01 00:00:00") yaml_string = Psych.dump(time) yaml_time = Psych.load(yaml_string) assert_equal yaml_time, time...
Our team is updating our Rails 7.0.8 app to Trix 2.0.7 from 1.3.1, which introduced a failure in one of our system tests that calls `setSelectedRange`: ```rb content = "Hello...