diff options
| author | Yusuke Endoh <mame@ruby-lang.org> | 2024-11-25 16:28:48 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-25 07:28:52 +0000 |
| commit | da8f55401174408bda4823f5ac52adfc38a92b0e (patch) | |
| tree | 5f406ae2644fc799806c224b1e23e99be0ef4fe6 | |
| parent | 73cc312e42917c385be2d5622b51dc5cd007c79b (diff) | |
[ruby/uri] Prevent a warning: URI::REGEXP is obsolete
(https://github.com/ruby/uri/pull/138)
https://github.com/ruby/uri/commit/c00726a20a
| -rw-r--r-- | test/uri/test_common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_common.rb b/test/uri/test_common.rb index e96f819968..774eb91b35 100644 --- a/test/uri/test_common.rb +++ b/test/uri/test_common.rb @@ -11,7 +11,7 @@ class URI::TestCommon < Test::Unit::TestCase end class Foo - include URI::REGEXP::PATTERN + include URI::RFC2396_REGEXP::PATTERN end def test_fallback_constants |
