1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/csv/parse
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
..
test_column_separator.rb
test_convert.rb
test_each.rb
test_general.rb Fixed for older versions 2020-02-26 10:16:32 +09:00
test_header.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00
test_invalid.rb [ruby/csv] Don't raise on eof? 2019-07-14 23:07:31 +09:00
test_liberal_parsing.rb
test_quote_char_nil.rb
test_rewind.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00
test_row_separator.rb
test_skip_lines.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
test_strip.rb [ruby/csv] Fix a bug that strip: true removes newlines 2019-07-14 23:07:31 +09:00
test_unconverted_fields.rb