Skip to content

Commit 04862cc

Browse files
committed
test: use mailing list ID instead of unavailable URL
1 parent e2a0692 commit 04862cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csv/parse/test_general.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_std_lib_csv
7575
end
7676
end
7777

78-
# From: https://ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-core/6496
78+
# From: [ruby-core:6496]
7979
def test_aras_edge_cases
8080
[ [%Q{a,b}, ["a", "b"]],
8181
[%Q{a,"""b"""}, ["a", "\"b\""]],

0 commit comments

Comments
 (0)