Nobuyoshi Nakada 723318f5d7 [ruby/openssl] Exact checks with assert_include
Where `assert_match` converts string matcher argument to regexp first
with escaping, `assert_include` does the same thing simpler.

https://github.com/ruby/openssl/commit/81007e0a49
2023-10-06 09:45:20 +00:00
..