1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/csv] test: reduce size for stability on GitHub Actions

https://github.com/ruby/csv/commit/68461aead5
This commit is contained in:
Sutou Kouhei 2021-12-24 10:55:10 +09:00 committed by Sutou Kouhei
parent 22ef4f6445
commit 1a1550ba5d
Notes: git 2021-12-24 14:35:53 +09:00

View file

@ -14,7 +14,7 @@ require_relative "../helper"
class TestCSVParseGeneral < Test::Unit::TestCase
extend DifferentOFS
BIG_DATA = "123456789\n" * 1024
BIG_DATA = "123456789\n" * 512
def test_mastering_regex_example
ex = %Q{Ten Thousand,10000, 2710 ,,"10,000","It's ""10 Grand"", baby",10K}