aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/parse
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei2021-12-241-1/+1
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-37/+0
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-0/+37
* [ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones2021-12-241-0/+29
* [ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada2021-12-241-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-0/+13
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+6
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-0/+5
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-0/+7
* Fixed for older versionsNobuyoshi Nakada2020-02-261-1/+4
* Increase timeout for CSV test with --jit-waitTakashi Kokubun2020-02-251-1/+2
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-123-5/+15
* Fix keyword argument warnings in the tests from Class#newJeremy Evans2019-09-062-3/+3
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-2/+2
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-0/+30
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+3
* Import CSV 3.0.8kou2019-04-147-6/+371
* Upgrade CSV to 3.0.4kou2019-01-258-0/+1003