summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-02-12 14:39:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-21 19:31:29 +0900
commita350ef9f7a27b1338137f9753fe1517d9d0ea3b3 (patch)
treed10866504050ea980a5a9e4c62c0cb5de1ed0174 /test/csv
parent2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0 (diff)
downloadruby-a350ef9f7a27b1338137f9753fe1517d9d0ea3b3.tar.gz
[ruby/csv] test: use mailing list ID instead of unavailable URL
https://github.com/ruby/csv/commit/04862ccf87
Diffstat (limited to 'test/csv')
-rw-r--r--test/csv/parse/test_general.rb2
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\""]],