summaryrefslogtreecommitdiff
path: root/test/csv/parse
AgeCommit message (Expand)Author
2021-12-24[ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei
2021-12-24[ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei
2021-12-24[ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei
2021-12-24[ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones
2021-12-24[ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-10-24[ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-11-24[ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei
2020-07-20[ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei
2020-07-20[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald
2020-02-26Fixed for older versionsNobuyoshi Nakada
2020-02-25Increase timeout for CSV test with --jit-waitTakashi Kokubun
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-09-06Fix keyword argument warnings in the tests from Class#newJeremy Evans
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-07-14[ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou
2019-07-14[ruby/csv] Don't raise on eof?Kouhei Sutou
2019-04-14Import CSV 3.0.8kou
2019-01-25Upgrade CSV to 3.0.4kou