We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a0692 commit 04862ccCopy full SHA for 04862cc
test/csv/parse/test_general.rb
@@ -75,7 +75,7 @@ def test_std_lib_csv
75
end
76
77
78
- # From: https://ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-core/6496
+ # From: [ruby-core:6496]
79
def test_aras_edge_cases
80
[ [%Q{a,b}, ["a", "b"]],
81
[%Q{a,"""b"""}, ["a", "\"b\""]],
0 commit comments