diff options
author | Sutou Kouhei <[email protected]> | 2023-02-12 14:39:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-02-21 19:31:29 +0900 |
commit | a350ef9f7a27b1338137f9753fe1517d9d0ea3b3 (patch) | |
tree | d10866504050ea980a5a9e4c62c0cb5de1ed0174 | |
parent | 2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0 (diff) |
[ruby/csv] test: use mailing list ID instead of unavailable URL
https://github.com/ruby/csv/commit/04862ccf87
-rw-r--r-- | test/csv/parse/test_general.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/parse/test_general.rb b/test/csv/parse/test_general.rb index 8fc4d142ee..23cd7ee807 100644 --- a/test/csv/parse/test_general.rb +++ b/test/csv/parse/test_general.rb @@ -75,7 +75,7 @@ class TestCSVParseGeneral < Test::Unit::TestCase end end - # From: https://ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-core/6496 + # From: [ruby-core:6496] def test_aras_edge_cases [ [%Q{a,b}, ["a", "b"]], [%Q{a,"""b"""}, ["a", "\"b\""]], |