ruby/lib/csv
Mike MacDonald d57bc03ba9
[ruby/csv] Do not loop forever when skip_lines regexp matches zero length with anchors (#110)
* Do not loop forever when skip_lines regexp matches zero length with anchors

* Remove needless white spaces

* Add missing eos check in skip_needless_lines

* Simplify test

3b15d4a3e8
2020-07-20 02:32:49 +09:00
..
core_ext Fix keyword argument separation issues in lib 2019-08-30 12:39:31 -07:00
csv.gemspec Import CSV 3.0.8 2019-04-14 21:01:51 +00:00
delete_suffix.rb [ruby/csv] Refactor range in delete_suffix (#85) 2019-07-14 23:07:31 +09:00
fields_converter.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00
match_p.rb Import CSV 3.0.2 2018-12-23 07:00:35 +00:00
parser.rb [ruby/csv] Do not loop forever when skip_lines regexp matches zero length with anchors (#110) 2020-07-20 02:32:49 +09:00
row.rb [ruby/csv] Make CSV::Row#dup return a usable Row (#108) 2020-07-20 02:32:49 +09:00
table.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00
version.rb [ruby/csv] Bump version 2020-07-20 02:32:48 +09:00
writer.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00