Checking if your kit is complete... Looks good Writing Makefile for Text::CSV_PP cp lib/Text/CSV_PP.pm blib/lib/Text/CSV_PP.pm Manifying blib/man3/Text::CSV_PP.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00_pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/01_pod............1..0 # Skip Test::Pod::Covarage required for testing POD Coverage skipped: Test::Pod::Covarage required for testing POD Coverage t/10_base...........1..61 ok 1 - use Text::CSV_PP; ok 2 - Indirect object notation ok 3 - Empty Subclass ok 4 - Version ok 5 - Subclass parse () ok 6 - Subclass combine () ok 7 - new () based on object ok 8 - new () ok 9 - fields () before parse () ok 10 - string () undef before combine ok 11 - combine () & string () tests ok 12 - Missing arguments ok 13 - Bad character ok 14 - Error_input () ok 15 - Empty string - combine () ok 16 - Empty string - string () ok 17 - Two fields, one space - combine () ok 18 - Two fields, one space - string () ok 19 - Hi! - combine () ok 20 - Hi! - string () ok 21 - abc - combine () ok 22 - abc - string () ok 23 - comma - combine () ok 24 - comma - string () ok 25 - abc + " - combine () ok 26 - abc + " - string () ok 27 - abc .. j,k - combine () ok 28 - abc .. j,k - string () ok 29 - abc + TAB - combine () ok 30 - abc + TAB - string () ok 31 - parse () tests ok 32 - Missing arguments ok 33 - Single newline ok 34 - Missing closing " ok 35 - " outside of "'s ok 36 - Bad character sequence ok 37 - Bad character (NL) ok 38 - Wrong status () ok 39 - comma - parse () ok 40 - comma - fields () - count ok 41 - comma - fields () - content ok 42 - Hi! - parse () ok 43 - Hi! - fields () - count ok 44 - Hi! - fields () - field 1 ok 45 - Hi! - fields () - field 2 ok 46 - Hi! - fields () - field 3 ok 47 - status () ok 48 - Integers and Reals ok 49 - Mixed - combine () ok 50 - Mixed - string () ok 51 - $csv->new () ok 52 - print needs (IO, ARRAY_REF) ok 53 - Error msg ok 54 - print needs (IO, ARRAY_REF) ok 55 - Error msg ok 56 - print needs (IO, ARRAY_REF) ok 57 - Error msg ok 58 - print needs (IO, ARRAY_REF) ok 59 - Error msg ok 60 - print needs (IO, ARRAY_REF) ok 61 - Error msg ok t/12_acc............1..39 ok 1 - use Text::CSV_PP; ok 2 - new () ok 3 - quote_char ok 4 - escape_char ok 5 - sep_char ok 6 - eol ok 7 - always_quote ok 8 - binary ok 9 - keep_meta_info ok 10 - allow_loose_quotes ok 11 - allow_loose_escapes ok 12 - allow_whitespace ok 13 - verbatim ok 14 - binary (1) ok 15 - combine ok 16 - string ok 17 - sep_char (;) ok 18 - quote_char (=) ok 19 - eol (\r) ok 20 - keep_meta_info (1) ok 21 - always_quote (1) ok 22 - allow_loose_quotes (1) ok 23 - allow_loose_escapes (1) ok 24 - allow_whitespace (1) ok 25 - verbatim (1) ok 26 - escape_char (\) ok 27 - combine ok 28 - string ok 29 - sep_char undef ok 30 - quote_char undef ok 31 - escape_char undef ok 32 - parse (foo) ok 33 - parse (foo) ok 34 - parse (foo) ok 35 - parse (foo) ok 36 - parse (foo) ok 37 - new () as function ok 38 - typo in attr ok 39 - private attr ok t/15_flags..........1..173 ok 1 - use Text::CSV_PP; ok 2 - meta_info () before parse () ok 3 - parse () tests - No meta_info ok 4 - Missing arguments ok 5 - NL ok 6 - CR ok 7 - CR CR ok 8 - CR + Space ok 9 - Space + CR ok 10 - CR NL ok 11 - NL + Space ok 12 - CR NL + Space ok 13 - Quoted NL ok 14 - Quoted CR ok 15 - Quoted CR NL ok 16 - Quoted NL + Space ok 17 - Quoted CR + Space ok 18 - Quoted CR NL + Space ok 19 - Quoted CR CR NL >CR ok 20 - Quoted CR CR NL >CR CR ok 21 - Quoted CR CR NL >CR CR NL ok 22 - Quoted CR CR NL >TAB Space CR ok 23 - Quoted CR CR NL >TAB Space CR CR ok 24 - Quoted CR CR NL >TAB Space CR CR NL ok 25 - Missing closing " ok 26 - " outside of "'s ok 27 - Bad character sequence ok 28 - Binary character ok 29 - Binary character in quotes ok 30 - Bad character (NL) ok 31 - Wrong status () ok 32 - comma - parse () ok 33 - comma - fields () - count ok 34 - comma - meta_info () - count ok 35 - comma - fields () - content ok 36 - comma - meta_info () - content ok 37 - Hi! - parse () ok 38 - Hi! - fields () - count ok 39 - Hi! - meta_info () - count ok 40 - parse () tests - With flags ok 41 - meta_info before parse ok 42 - Missing arguments ok 43 - meta_info after failing parse ok 44 - Missing arguments ok 45 - NL ok 46 - CR ok 47 - CR CR ok 48 - CR + Space ok 49 - Space + CR ok 50 - CR NL ok 51 - NL + Space ok 52 - CR NL + Space ok 53 - Quoted NL ok 54 - Quoted CR ok 55 - Quoted CR NL ok 56 - Quoted NL + Space ok 57 - Quoted CR + Space ok 58 - Quoted CR NL + Space ok 59 - Quoted CR CR NL >CR ok 60 - Quoted CR CR NL >CR CR ok 61 - Quoted CR CR NL >CR CR NL ok 62 - Quoted CR CR NL >TAB Space CR ok 63 - Quoted CR CR NL >TAB Space CR CR ok 64 - Quoted CR CR NL >TAB Space CR CR NL ok 65 - Missing closing " ok 66 - " outside of "'s ok 67 - Bad character sequence ok 68 - Bad character (NL) ok 69 - Wrong status () ok 70 - comma - parse () ok 71 - comma - fields () - count ok 72 - comma - meta_info () - count ok 73 - comma - fields () - content ok 74 - comma - meta_info () - content ok 75 - Hi! - parse () ok 76 - Hi! - fields () - count ok 77 - Hi! - meta_info () - count ok 78 - Hi! - fields () - field 1 ok 79 - Hi! - meta_info () - field 1 ok 80 - Hi! - fields () - field 2 ok 81 - Hi! - meta_info () - field 2 ok 82 - Hi! - fields () - field 3 ok 83 - Hi! - meta_info () - field 3 ok 84 - parse () tests - With flags ok 85 - meta_info before parse ok 86 - Missing arguments ok 87 - meta_info after failing parse ok 88 - Missing arguments ok 89 - NL ok 90 - CR ok 91 - CR CR ok 92 - CR + Space ok 93 - Space + CR ok 94 - CR NL ok 95 - NL + Space ok 96 - CR NL + Space ok 97 - Quoted NL ok 98 - Quoted CR ok 99 - Quoted CR NL ok 100 - Quoted NL + Space ok 101 - Quoted CR + Space ok 102 - Quoted CR NL + Space ok 103 - Quoted CR CR NL >CR ok 104 - Quoted CR CR NL >CR CR ok 105 - Quoted CR CR NL >CR CR NL ok 106 - Quoted CR CR NL >TAB Space CR ok 107 - Quoted CR CR NL >TAB Space CR CR ok 108 - Quoted CR CR NL >TAB Space CR CR NL ok 109 - Missing closing " ok 110 - " outside of "'s ok 111 - Bad character sequence ok 112 - Bad character (NL) ok 113 - Wrong status () ok 114 - comma - parse () ok 115 - comma - fields () - count ok 116 - comma - meta_info () - count ok 117 - comma - fields () - content ok 118 - comma - meta_info () - content ok 119 - Hi! - parse () ok 120 - Hi! - fields () - count ok 121 - Hi! - meta_info () - count ok 122 - Hi! - fields () - field 1 ok 123 - Hi! - meta_info () - field 1 ok 124 - Hi! - fields () - field 2 ok 125 - Hi! - meta_info () - field 2 ok 126 - Hi! - fields () - field 3 ok 127 - Hi! - meta_info () - field 3 ok 128 - is_quoted () before parse ok 129 - is_binary () before parse ok 130 - parse () - mixed quoted/binary ok 131 - fields () - count ok 132 - meta_info () ok 133 - meta_info () - count ok 134 - meta_info () ok 135 - fflag 0 - not quoted ok 136 - fflag 0 - not binary ok 137 - fflag 2 - quoted ok 138 - fflag 2 - binary ok 139 - fflag 5 - not quoted ok 140 - fflag 5 - binary ok 141 - fflag -1 - undefined ok 142 - fflag -8 - undefined ok 143 - fflag 21 - undefined ok 144 - fflag 98 - undefined ok 145 - ESC ok 146 - ESC ESC ok 147 - ESC Space ok 148 - ESC NUL ok 149 - ESC NL ok 150 - ESC CR ok 151 - ESC CR NL ok 152 - Quo ESC ok 153 - Quo ESC > ok 154 - Quo ESC ESC ok 155 - Quo ESC Space ok 156 - Quo ESC NUL ok 157 - Quo ESC NL ok 158 - Quo ESC CR ok 159 - Quo ESC CR NL ok 160 - ESC ok 161 - ESC ESC ok 162 - ESC Space ok 163 - ESC NUL ok 164 - ESC NL ok 165 - ESC CR ok 166 - ESC CR NL ok 167 - Quo ESC ok 168 - Quo ESC ESC ok 169 - Quo ESC Space ok 170 - Quo ESC NUL ok 171 - Quo ESC NL ok 172 - Quo ESC CR ok 173 - Quo ESC CR NL ok t/20_file...........1..82 ok 1 - use Text::CSV_PP; ok 2 - print bad character ok 3 - 1 - print () ok 4 - 1 - good getline () ok 5 - 1 - field 0 ok 6 - 2 - print () ok 7 - 2 - good getline () ok 8 - 2 - field 0 ok 9 - 2 - field 1 ok 10 - 3 - print () ok 11 - 3 - false getline () ok 12 - 4 - print () ok 13 - 4 - false getline () ok 14 - 5 - print () ok 15 - 5 - false getline () ok 16 - 6 - print () ok 17 - 6 - good getline () ok 18 - 6 - field 0 ok 19 - 6 - field 1 ok 20 - 6 - field 2 ok 21 - 7 - print () ok 22 - 7 - good getline () ok 23 - 7 - field 0 ok 24 - 7 - field 1 ok 25 - 8 - print () ok 26 - 8 - false getline () ok 27 - 9 - print () ok 28 - 9 - false getline () ok 29 - 10 - print () ok 30 - 10 - false getline () ok 31 - 11 - print () ok 32 - 11 - false getline () ok 33 - 12 - print () ok 34 - 12 - good getline () ok 35 - 12 - field 0 ok 36 - 12 - field 1 ok 37 - 12 - field 2 ok 38 - 13 - print () ok 39 - 13 - false getline () ok 40 - Tests for DBD::CSV ok 41 - Bad character ok 42 - Name 1 ok 43 - Name 2 ok 44 - Name 3 ok 45 - Name 4 ok 46 - Name 5 ok 47 - Content # Retrieving data ok 48 - Fetch field 0 ok 49 - EOF # Row 0: ARRAY(0x60000000003702d0) (id name) ok 50 - Fetch field 1 ok 51 - EOF # Row 1: ARRAY(0x60000000001ee160) (1 Alligator Descartes) ok 52 - Fetch field 2 ok 53 - EOF # Row 2: ARRAY(0x60000000001ee360) (3 Jochen Wiedmann) ok 54 - Fetch field 3 ok 55 - EOF # Row 3: ARRAY(0x60000000001ee390) (2 Tim Bunce) ok 56 - Fetch field 4 ok 57 - EOF # Row 4: ARRAY(0x6000000000368f30) ( 4 Andreas König) ok 58 - Fetch field 5 ok 59 - EOF # Row 5: ARRAY(0x60000000003972c0) (5) ok 60 - Fetch field 6 ok 61 - EOF ok 62 - 1 - getline ESC ok 63 - 2 - getline ESC ok 64 - 3 - getline ESC ok 65 - 4 - getline ESC ok 66 - 5 - getline ESC ok 67 - 6 - getline ESC ok 68 - 7 - getline ESC ok 69 - 8 - getline ESC ok 70 - 9 - getline ESC ok 71 - 10 - getline ESC ok 72 - 11 - getline ESC ok 73 - 12 - getline ESC ok 74 - 13 - getline ESC ok 75 - 14 - getline ESC ok 76 - 15 - getline ESC ok 77 - 16 - getline ESC ok 78 - 17 - getline ESC ok 79 - 14 - getline ESC ok 80 - 15 - getline ESC ok 81 - 16 - getline ESC ok 82 - 17 - getline ESC ok t/21_lexicalio......1..82 ok 1 - use Text::CSV_PP; ok 2 - print bad character ok 3 - 1 - print () ok 4 - 1 - good getline () ok 5 - 1 - field 0 ok 6 - 2 - print () ok 7 - 2 - good getline () ok 8 - 2 - field 0 ok 9 - 2 - field 1 ok 10 - 3 - print () ok 11 - 3 - false getline () ok 12 - 4 - print () ok 13 - 4 - false getline () ok 14 - 5 - print () ok 15 - 5 - false getline () ok 16 - 6 - print () ok 17 - 6 - good getline () ok 18 - 6 - field 0 ok 19 - 6 - field 1 ok 20 - 6 - field 2 ok 21 - 7 - print () ok 22 - 7 - good getline () ok 23 - 7 - field 0 ok 24 - 7 - field 1 ok 25 - 8 - print () ok 26 - 8 - false getline () ok 27 - 9 - print () ok 28 - 9 - false getline () ok 29 - 10 - print () ok 30 - 10 - false getline () ok 31 - 11 - print () ok 32 - 11 - false getline () ok 33 - 12 - print () ok 34 - 12 - good getline () ok 35 - 12 - field 0 ok 36 - 12 - field 1 ok 37 - 12 - field 2 ok 38 - 13 - print () ok 39 - 13 - false getline () ok 40 - Tests for DBD::CSV ok 41 - Bad character ok 42 - Name 1 ok 43 - Name 2 ok 44 - Name 3 ok 45 - Name 4 ok 46 - Name 5 ok 47 - Content # Retrieving data ok 48 - Fetch field 0 ok 49 - EOF # Row 0: ARRAY(0x6000000000368fc0) (id name) ok 50 - Fetch field 1 ok 51 - EOF # Row 1: ARRAY(0x60000000000a8920) (1 Alligator Descartes) ok 52 - Fetch field 2 ok 53 - EOF # Row 2: ARRAY(0x60000000000a8b20) (3 Jochen Wiedmann) ok 54 - Fetch field 3 ok 55 - EOF # Row 3: ARRAY(0x60000000000a8b50) (2 Tim Bunce) ok 56 - Fetch field 4 ok 57 - EOF # Row 4: ARRAY(0x6000000000369020) ( 4 Andreas König) ok 58 - Fetch field 5 ok 59 - EOF # Row 5: ARRAY(0x6000000000396bc0) (5) ok 60 - Fetch field 6 ok 61 - EOF ok 62 - 1 - getline ESC ok 63 - 2 - getline ESC ok 64 - 3 - getline ESC ok 65 - 4 - getline ESC ok 66 - 5 - getline ESC ok 67 - 6 - getline ESC ok 68 - 7 - getline ESC ok 69 - 8 - getline ESC ok 70 - 9 - getline ESC ok 71 - 10 - getline ESC ok 72 - 11 - getline ESC ok 73 - 12 - getline ESC ok 74 - 13 - getline ESC ok 75 - 14 - getline ESC ok 76 - 15 - getline ESC ok 77 - 16 - getline ESC ok 78 - 17 - getline ESC ok 79 - 14 - getline ESC ok 80 - 15 - getline ESC ok 81 - 16 - getline ESC ok 82 - 17 - getline ESC ok t/22_scalario.......1..0 # Skip No perlIO available skipped: No perlIO available t/30_types..........1..25 ok 1 - use Text::CSV_PP; ok 2 - CSV_XS->new () ok 3 - ->{types} as hash ok 4 - type IV ok 5 - type PV ok 6 - type NV ok 7 - ->types () as method ok 8 - type IV ok 9 - type PV ok 10 - type NV ok 11 - ->{_types} ok 12 - IV PV NV ok 13 - parse () ok 14 - Field 1 ok 15 - Field 2 ok 16 - Field 3 ok 17 - combine () ok 18 - string ok 19 - parse (combine ()) ok 20 - numeric warning ok 21 - Field 1 ok 22 - Field 2 ok 23 - Field 3 ok 24 - delete types ok 25 - types gone ok t/40_misc...........1..24 ok 1 - require Text::CSV_PP; ok 2 - combine () ok 3 - string () ok 4 - parse () ok 5 - field count ok 6 - Field 0 ok 7 - Field 1 ok 8 - Field 2 ok 9 - eol \r\n ok 10 - combine () ok 11 - string () ok 12 - eol \n ok 13 - combine () ok 14 - string () ok 15 - eol ,xxxxxxx\n ok 16 - combine () ok 17 - string () ok 18 - quote_char undef ok 19 - combine ok 20 - string () ok 21 - always_quote ok 22 - new () ok 23 - combine () ok 24 - string () ok t/45_eol............1..128 ok 1 - require Text::CSV_PP; ok 2 - combine |\n - | ok 3 - string |\n - | ok 4 - parse |\n - | ok 5 - fields |\n - | ok 6 - result |\n - | ok 7 - combine |\n - \r| ok 8 - string |\n - \r| ok 9 - parse |\n - \r| ok 10 - fields |\n - \r| ok 11 - result |\n - \r| ok 12 - combine |\n - \n| ok 13 - string |\n - \n| ok 14 - parse |\n - \n| ok 15 - fields |\n - \n| ok 16 - result |\n - \n| ok 17 - combine |\n - \r\n| ok 18 - string |\n - \r\n| ok 19 - parse |\n - \r\n| ok 20 - fields |\n - \r\n| ok 21 - result |\n - \r\n| ok 22 - combine |\n - \n\r| ok 23 - string |\n - \n\r| ok 24 - parse |\n - \n\r| ok 25 - fields |\n - \n\r| ok 26 - result |\n - \n\r| ok 27 - getline |\n - | ok 28 - row |\n - | ok 29 - result |\n - | ok 30 - getline |\n - \r| ok 31 - row |\n - \r| ok 32 - result |\n - \r| ok 33 - getline |\n - \n| ok 34 - row |\n - \n| ok 35 - result |\n - \n| ok 36 - getline |\n - \r\n| ok 37 - row |\n - \r\n| ok 38 - result |\n - \r\n| ok 39 - getline |\n - \n\r| ok 40 - row |\n - \n\r| ok 41 - result |\n - \n\r| ok 42 - combine |\r\n - | ok 43 - string |\r\n - | ok 44 - parse |\r\n - | ok 45 - fields |\r\n - | ok 46 - result |\r\n - | ok 47 - combine |\r\n - \r| ok 48 - string |\r\n - \r| ok 49 - parse |\r\n - \r| ok 50 - fields |\r\n - \r| ok 51 - result |\r\n - \r| ok 52 - combine |\r\n - \n| ok 53 - string |\r\n - \n| ok 54 - parse |\r\n - \n| ok 55 - fields |\r\n - \n| ok 56 - result |\r\n - \n| ok 57 - combine |\r\n - \r\n| ok 58 - string |\r\n - \r\n| ok 59 - parse |\r\n - \r\n| ok 60 - fields |\r\n - \r\n| ok 61 - result |\r\n - \r\n| ok 62 - combine |\r\n - \n\r| ok 63 - string |\r\n - \n\r| ok 64 - parse |\r\n - \n\r| ok 65 - fields |\r\n - \n\r| ok 66 - result |\r\n - \n\r| ok 67 - getline |\r\n - | ok 68 - row |\r\n - | ok 69 - result |\r\n - | ok 70 - getline |\r\n - \r| ok 71 - row |\r\n - \r| ok 72 - result |\r\n - \r| ok 73 - getline |\r\n - \n| ok 74 - row |\r\n - \n| ok 75 - result |\r\n - \n| ok 76 - getline |\r\n - \r\n| ok 77 - row |\r\n - \r\n| ok 78 - result |\r\n - \r\n| ok 79 - getline |\r\n - \n\r| ok 80 - row |\r\n - \n\r| ok 81 - result |\r\n - \n\r| ok 82 - combine |\r - | ok 83 - string |\r - | ok 84 - parse |\r - | ok 85 - fields |\r - | ok 86 - result |\r - | ok 87 - combine |\r - \r| ok 88 - string |\r - \r| ok 89 - parse |\r - \r| ok 90 - fields |\r - \r| ok 91 - result |\r - \r| ok 92 - combine |\r - \n| ok 93 - string |\r - \n| ok 94 - parse |\r - \n| ok 95 - fields |\r - \n| ok 96 - result |\r - \n| ok 97 - combine |\r - \r\n| ok 98 - string |\r - \r\n| ok 99 - parse |\r - \r\n| ok 100 - fields |\r - \r\n| ok 101 - result |\r - \r\n| ok 102 - combine |\r - \n\r| ok 103 - string |\r - \n\r| ok 104 - parse |\r - \n\r| ok 105 - fields |\r - \n\r| ok 106 - result |\r - \n\r| ok 107 - getline |\r - | ok 108 - row |\r - | ok 109 - result |\r - | ok 110 - getline |\r - \r| ok 111 - row |\r - \r| ok 112 - result |\r - \r| ok 113 - getline |\r - \n| ok 114 - row |\r - \n| ok 115 - result |\r - \n| ok 116 - getline |\r - \r\n| ok 117 - row |\r - \r\n| ok 118 - result |\r - \r\n| ok 119 - getline |\r - \n\r| ok 120 - row |\r - \n\r| ok 121 - result |\r - \n\r| ok 122 - Specific \r test from tfrayner ok 123 - getline 1 ok 124 - \# fields ok 125 - fields 1 ok 126 - getline 2 ok 127 - \# fields ok 128 - fields 2 ok t/50_utf8...........1..0 # Skip UTF8 tests useless in this ancient perl version skipped: UTF8 tests useless in this ancient perl version t/55_combi..........1..9074 ok 1 - require Text::CSV_PP; ok 2 - -- qc ec sc ac ok 3 - -- " " " 0 ok 4 - check always_quote ok 5 - check escape_char ok 6 - check quote_char ok 7 - check sep_char ok 8 - Illegal combo for combine ok 9 - illegal combo for parse ok 10 - -- " " ' 0 ok 11 - check always_quote ok 12 - check escape_char ok 13 - check quote_char ok 14 - check sep_char ok 15 - combine ok 16 - string ok 17 - parse ok 18 - fields ok 19 - 10 fields ok 20 - content ok 21 - -- " " , 0 ok 22 - check always_quote ok 23 - check escape_char ok 24 - check quote_char ok 25 - check sep_char ok 26 - combine ok 27 - string ok 28 - parse ok 29 - fields ok 30 - 10 fields ok 31 - content ok 32 - -- " " ; 0 ok 33 - check always_quote ok 34 - check escape_char ok 35 - check quote_char ok 36 - check sep_char ok 37 - combine ok 38 - string ok 39 - parse ok 40 - fields ok 41 - 10 fields ok 42 - content ok 43 - -- " " \t 0 ok 44 - check always_quote ok 45 - check escape_char ok 46 - check quote_char ok 47 - check sep_char ok 48 - combine ok 49 - string ok 50 - parse ok 51 - fields ok 52 - 10 fields ok 53 - content ok 54 - -- " " \ 0 ok 55 - check always_quote ok 56 - check escape_char ok 57 - check quote_char ok 58 - check sep_char ok 59 - combine ok 60 - string ok 61 - parse ok 62 - fields ok 63 - 10 fields ok 64 - content ok 65 - -- " " ~ 0 ok 66 - check always_quote ok 67 - check escape_char ok 68 - check quote_char ok 69 - check sep_char ok 70 - combine ok 71 - string ok 72 - parse ok 73 - fields ok 74 - 10 fields ok 75 - content ok 76 - -- " " \x{00} 0 ok 77 - check always_quote ok 78 - check escape_char ok 79 - check quote_char ok 80 - check sep_char ok 81 - combine ok 82 - string ok 83 - parse ok 84 - fields ok 85 - 10 fields ok 86 - content ok 87 - -- " ' " 0 ok 88 - check always_quote ok 89 - check escape_char ok 90 - check quote_char ok 91 - check sep_char ok 92 - Illegal combo for combine ok 93 - illegal combo for parse ok 94 - -- " ' ' 0 ok 95 - check always_quote ok 96 - check escape_char ok 97 - check quote_char ok 98 - check sep_char ok 99 - Illegal combo for combine ok 100 - illegal combo for parse ok 101 - -- " ' , 0 ok 102 - check always_quote ok 103 - check escape_char ok 104 - check quote_char ok 105 - check sep_char ok 106 - combine ok 107 - string ok 108 - parse ok 109 - fields ok 110 - 10 fields ok 111 - content ok 112 - -- " ' ; 0 ok 113 - check always_quote ok 114 - check escape_char ok 115 - check quote_char ok 116 - check sep_char ok 117 - combine ok 118 - string ok 119 - parse ok 120 - fields ok 121 - 10 fields ok 122 - content ok 123 - -- " ' \t 0 ok 124 - check always_quote ok 125 - check escape_char ok 126 - check quote_char ok 127 - check sep_char ok 128 - combine ok 129 - string ok 130 - parse ok 131 - fields ok 132 - 10 fields ok 133 - content ok 134 - -- " ' \ 0 ok 135 - check always_quote ok 136 - check escape_char ok 137 - check quote_char ok 138 - check sep_char ok 139 - combine ok 140 - string ok 141 - parse ok 142 - fields ok 143 - 10 fields ok 144 - content ok 145 - -- " ' ~ 0 ok 146 - check always_quote ok 147 - check escape_char ok 148 - check quote_char ok 149 - check sep_char ok 150 - combine ok 151 - string ok 152 - parse ok 153 - fields ok 154 - 10 fields ok 155 - content ok 156 - -- " ' \x{00} 0 ok 157 - check always_quote ok 158 - check escape_char ok 159 - check quote_char ok 160 - check sep_char ok 161 - combine ok 162 - string ok 163 - parse ok 164 - fields ok 165 - 10 fields ok 166 - content ok 167 - -- " , " 0 ok 168 - check always_quote ok 169 - check escape_char ok 170 - check quote_char ok 171 - check sep_char ok 172 - Illegal combo for combine ok 173 - illegal combo for parse ok 174 - -- " , ' 0 ok 175 - check always_quote ok 176 - check escape_char ok 177 - check quote_char ok 178 - check sep_char ok 179 - combine ok 180 - string ok 181 - parse ok 182 - fields ok 183 - 10 fields ok 184 - content ok 185 - -- " , , 0 ok 186 - check always_quote ok 187 - check escape_char ok 188 - check quote_char ok 189 - check sep_char ok 190 - Illegal combo for combine ok 191 - illegal combo for parse ok 192 - -- " , ; 0 ok 193 - check always_quote ok 194 - check escape_char ok 195 - check quote_char ok 196 - check sep_char ok 197 - combine ok 198 - string ok 199 - parse ok 200 - fields ok 201 - 10 fields ok 202 - content ok 203 - -- " , \t 0 ok 204 - check always_quote ok 205 - check escape_char ok 206 - check quote_char ok 207 - check sep_char ok 208 - combine ok 209 - string ok 210 - parse ok 211 - fields ok 212 - 10 fields ok 213 - content ok 214 - -- " , \ 0 ok 215 - check always_quote ok 216 - check escape_char ok 217 - check quote_char ok 218 - check sep_char ok 219 - combine ok 220 - string ok 221 - parse ok 222 - fields ok 223 - 10 fields ok 224 - content ok 225 - -- " , ~ 0 ok 226 - check always_quote ok 227 - check escape_char ok 228 - check quote_char ok 229 - check sep_char ok 230 - combine ok 231 - string ok 232 - parse ok 233 - fields ok 234 - 10 fields ok 235 - content ok 236 - -- " , \x{00} 0 ok 237 - check always_quote ok 238 - check escape_char ok 239 - check quote_char ok 240 - check sep_char ok 241 - combine ok 242 - string ok 243 - parse ok 244 - fields ok 245 - 10 fields ok 246 - content ok 247 - -- " ; " 0 ok 248 - check always_quote ok 249 - check escape_char ok 250 - check quote_char ok 251 - check sep_char ok 252 - Illegal combo for combine ok 253 - illegal combo for parse ok 254 - -- " ; ' 0 ok 255 - check always_quote ok 256 - check escape_char ok 257 - check quote_char ok 258 - check sep_char ok 259 - combine ok 260 - string ok 261 - parse ok 262 - fields ok 263 - 10 fields ok 264 - content ok 265 - -- " ; , 0 ok 266 - check always_quote ok 267 - check escape_char ok 268 - check quote_char ok 269 - check sep_char ok 270 - combine ok 271 - string ok 272 - parse ok 273 - fields ok 274 - 10 fields ok 275 - content ok 276 - -- " ; ; 0 ok 277 - check always_quote ok 278 - check escape_char ok 279 - check quote_char ok 280 - check sep_char ok 281 - Illegal combo for combine ok 282 - illegal combo for parse ok 283 - -- " ; \t 0 ok 284 - check always_quote ok 285 - check escape_char ok 286 - check quote_char ok 287 - check sep_char ok 288 - combine ok 289 - string ok 290 - parse ok 291 - fields ok 292 - 10 fields ok 293 - content ok 294 - -- " ; \ 0 ok 295 - check always_quote ok 296 - check escape_char ok 297 - check quote_char ok 298 - check sep_char ok 299 - combine ok 300 - string ok 301 - parse ok 302 - fields ok 303 - 10 fields ok 304 - content ok 305 - -- " ; ~ 0 ok 306 - check always_quote ok 307 - check escape_char ok 308 - check quote_char ok 309 - check sep_char ok 310 - combine ok 311 - string ok 312 - parse ok 313 - fields ok 314 - 10 fields ok 315 - content ok 316 - -- " ; \x{00} 0 ok 317 - check always_quote ok 318 - check escape_char ok 319 - check quote_char ok 320 - check sep_char ok 321 - combine ok 322 - string ok 323 - parse ok 324 - fields ok 325 - 10 fields ok 326 - content ok 327 - -- " \t " 0 ok 328 - check always_quote ok 329 - check escape_char ok 330 - check quote_char ok 331 - check sep_char ok 332 - Illegal combo for combine ok 333 - illegal combo for parse ok 334 - -- " \t ' 0 ok 335 - check always_quote ok 336 - check escape_char ok 337 - check quote_char ok 338 - check sep_char ok 339 - combine ok 340 - string ok 341 - parse ok 342 - fields ok 343 - 10 fields ok 344 - content ok 345 - -- " \t , 0 ok 346 - check always_quote ok 347 - check escape_char ok 348 - check quote_char ok 349 - check sep_char ok 350 - combine ok 351 - string ok 352 - parse ok 353 - fields ok 354 - 10 fields ok 355 - content ok 356 - -- " \t ; 0 ok 357 - check always_quote ok 358 - check escape_char ok 359 - check quote_char ok 360 - check sep_char ok 361 - combine ok 362 - string ok 363 - parse ok 364 - fields ok 365 - 10 fields ok 366 - content ok 367 - -- " \t \t 0 ok 368 - check always_quote ok 369 - check escape_char ok 370 - check quote_char ok 371 - check sep_char ok 372 - Illegal combo for combine ok 373 - illegal combo for parse ok 374 - -- " \t \ 0 ok 375 - check always_quote ok 376 - check escape_char ok 377 - check quote_char ok 378 - check sep_char ok 379 - combine ok 380 - string ok 381 - parse ok 382 - fields ok 383 - 10 fields ok 384 - content ok 385 - -- " \t ~ 0 ok 386 - check always_quote ok 387 - check escape_char ok 388 - check quote_char ok 389 - check sep_char ok 390 - combine ok 391 - string ok 392 - parse ok 393 - fields ok 394 - 10 fields ok 395 - content ok 396 - -- " \t \x{00} 0 ok 397 - check always_quote ok 398 - check escape_char ok 399 - check quote_char ok 400 - check sep_char ok 401 - combine ok 402 - string ok 403 - parse ok 404 - fields ok 405 - 10 fields ok 406 - content ok 407 - -- " \ " 0 ok 408 - check always_quote ok 409 - check escape_char ok 410 - check quote_char ok 411 - check sep_char ok 412 - Illegal combo for combine ok 413 - illegal combo for parse ok 414 - -- " \ ' 0 ok 415 - check always_quote ok 416 - check escape_char ok 417 - check quote_char ok 418 - check sep_char ok 419 - combine ok 420 - string ok 421 - parse ok 422 - fields ok 423 - 10 fields ok 424 - content ok 425 - -- " \ , 0 ok 426 - check always_quote ok 427 - check escape_char ok 428 - check quote_char ok 429 - check sep_char ok 430 - combine ok 431 - string ok 432 - parse ok 433 - fields ok 434 - 10 fields ok 435 - content ok 436 - -- " \ ; 0 ok 437 - check always_quote ok 438 - check escape_char ok 439 - check quote_char ok 440 - check sep_char ok 441 - combine ok 442 - string ok 443 - parse ok 444 - fields ok 445 - 10 fields ok 446 - content ok 447 - -- " \ \t 0 ok 448 - check always_quote ok 449 - check escape_char ok 450 - check quote_char ok 451 - check sep_char ok 452 - combine ok 453 - string ok 454 - parse ok 455 - fields ok 456 - 10 fields ok 457 - content ok 458 - -- " \ \ 0 ok 459 - check always_quote ok 460 - check escape_char ok 461 - check quote_char ok 462 - check sep_char ok 463 - Illegal combo for combine ok 464 - illegal combo for parse ok 465 - -- " \ ~ 0 ok 466 - check always_quote ok 467 - check escape_char ok 468 - check quote_char ok 469 - check sep_char ok 470 - combine ok 471 - string ok 472 - parse ok 473 - fields ok 474 - 10 fields ok 475 - content ok 476 - -- " \ \x{00} 0 ok 477 - check always_quote ok 478 - check escape_char ok 479 - check quote_char ok 480 - check sep_char ok 481 - combine ok 482 - string ok 483 - parse ok 484 - fields ok 485 - 10 fields ok 486 - content ok 487 - -- " ~ " 0 ok 488 - check always_quote ok 489 - check escape_char ok 490 - check quote_char ok 491 - check sep_char ok 492 - Illegal combo for combine ok 493 - illegal combo for parse ok 494 - -- " ~ ' 0 ok 495 - check always_quote ok 496 - check escape_char ok 497 - check quote_char ok 498 - check sep_char ok 499 - combine ok 500 - string ok 501 - parse ok 502 - fields ok 503 - 10 fields ok 504 - content ok 505 - -- " ~ , 0 ok 506 - check always_quote ok 507 - check escape_char ok 508 - check quote_char ok 509 - check sep_char ok 510 - combine ok 511 - string ok 512 - parse ok 513 - fields ok 514 - 10 fields ok 515 - content ok 516 - -- " ~ ; 0 ok 517 - check always_quote ok 518 - check escape_char ok 519 - check quote_char ok 520 - check sep_char ok 521 - combine ok 522 - string ok 523 - parse ok 524 - fields ok 525 - 10 fields ok 526 - content ok 527 - -- " ~ \t 0 ok 528 - check always_quote ok 529 - check escape_char ok 530 - check quote_char ok 531 - check sep_char ok 532 - combine ok 533 - string ok 534 - parse ok 535 - fields ok 536 - 10 fields ok 537 - content ok 538 - -- " ~ \ 0 ok 539 - check always_quote ok 540 - check escape_char ok 541 - check quote_char ok 542 - check sep_char ok 543 - combine ok 544 - string ok 545 - parse ok 546 - fields ok 547 - 10 fields ok 548 - content ok 549 - -- " ~ ~ 0 ok 550 - check always_quote ok 551 - check escape_char ok 552 - check quote_char ok 553 - check sep_char ok 554 - Illegal combo for combine ok 555 - illegal combo for parse ok 556 - -- " ~ \x{00} 0 ok 557 - check always_quote ok 558 - check escape_char ok 559 - check quote_char ok 560 - check sep_char ok 561 - combine ok 562 - string ok 563 - parse ok 564 - fields ok 565 - 10 fields ok 566 - content ok 567 - -- " + " 0 ok 568 - check always_quote ok 569 - check escape_char ok 570 - check quote_char ok 571 - check sep_char ok 572 - Illegal combo for combine ok 573 - illegal combo for parse ok 574 - -- " + ' 0 ok 575 - check always_quote ok 576 - check escape_char ok 577 - check quote_char ok 578 - check sep_char ok 579 - combine ok 580 - string ok 581 - parse ok 582 - fields ok 583 - 10 fields ok 584 - content ok 585 - -- " + , 0 ok 586 - check always_quote ok 587 - check escape_char ok 588 - check quote_char ok 589 - check sep_char ok 590 - combine ok 591 - string ok 592 - parse ok 593 - fields ok 594 - 10 fields ok 595 - content ok 596 - -- " + ; 0 ok 597 - check always_quote ok 598 - check escape_char ok 599 - check quote_char ok 600 - check sep_char ok 601 - combine ok 602 - string ok 603 - parse ok 604 - fields ok 605 - 10 fields ok 606 - content ok 607 - -- " + \t 0 ok 608 - check always_quote ok 609 - check escape_char ok 610 - check quote_char ok 611 - check sep_char ok 612 - combine ok 613 - string ok 614 - parse ok 615 - fields ok 616 - 10 fields ok 617 - content ok 618 - -- " + \ 0 ok 619 - check always_quote ok 620 - check escape_char ok 621 - check quote_char ok 622 - check sep_char ok 623 - combine ok 624 - string ok 625 - parse ok 626 - fields ok 627 - 10 fields ok 628 - content ok 629 - -- " + ~ 0 ok 630 - check always_quote ok 631 - check escape_char ok 632 - check quote_char ok 633 - check sep_char ok 634 - combine ok 635 - string ok 636 - parse ok 637 - fields ok 638 - 10 fields ok 639 - content ok 640 - -- " + \x{00} 0 ok 641 - check always_quote ok 642 - check escape_char ok 643 - check quote_char ok 644 - check sep_char ok 645 - combine ok 646 - string ok 647 - parse ok 648 - fields ok 649 - 10 fields ok 650 - content ok 651 - -- ' " " 0 ok 652 - check always_quote ok 653 - check escape_char ok 654 - check quote_char ok 655 - check sep_char ok 656 - Illegal combo for combine ok 657 - illegal combo for parse ok 658 - -- ' " ' 0 ok 659 - check always_quote ok 660 - check escape_char ok 661 - check quote_char ok 662 - check sep_char ok 663 - Illegal combo for combine ok 664 - illegal combo for parse ok 665 - -- ' " , 0 ok 666 - check always_quote ok 667 - check escape_char ok 668 - check quote_char ok 669 - check sep_char ok 670 - combine ok 671 - string ok 672 - parse ok 673 - fields ok 674 - 10 fields ok 675 - content ok 676 - -- ' " ; 0 ok 677 - check always_quote ok 678 - check escape_char ok 679 - check quote_char ok 680 - check sep_char ok 681 - combine ok 682 - string ok 683 - parse ok 684 - fields ok 685 - 10 fields ok 686 - content ok 687 - -- ' " \t 0 ok 688 - check always_quote ok 689 - check escape_char ok 690 - check quote_char ok 691 - check sep_char ok 692 - combine ok 693 - string ok 694 - parse ok 695 - fields ok 696 - 10 fields ok 697 - content ok 698 - -- ' " \ 0 ok 699 - check always_quote ok 700 - check escape_char ok 701 - check quote_char ok 702 - check sep_char ok 703 - combine ok 704 - string ok 705 - parse ok 706 - fields ok 707 - 10 fields ok 708 - content ok 709 - -- ' " ~ 0 ok 710 - check always_quote ok 711 - check escape_char ok 712 - check quote_char ok 713 - check sep_char ok 714 - combine ok 715 - string ok 716 - parse ok 717 - fields ok 718 - 10 fields ok 719 - content ok 720 - -- ' " \x{00} 0 ok 721 - check always_quote ok 722 - check escape_char ok 723 - check quote_char ok 724 - check sep_char ok 725 - combine ok 726 - string ok 727 - parse ok 728 - fields ok 729 - 10 fields ok 730 - content ok 731 - -- ' ' " 0 ok 732 - check always_quote ok 733 - check escape_char ok 734 - check quote_char ok 735 - check sep_char ok 736 - combine ok 737 - string ok 738 - parse ok 739 - fields ok 740 - 10 fields ok 741 - content ok 742 - -- ' ' ' 0 ok 743 - check always_quote ok 744 - check escape_char ok 745 - check quote_char ok 746 - check sep_char ok 747 - Illegal combo for combine ok 748 - illegal combo for parse ok 749 - -- ' ' , 0 ok 750 - check always_quote ok 751 - check escape_char ok 752 - check quote_char ok 753 - check sep_char ok 754 - combine ok 755 - string ok 756 - parse ok 757 - fields ok 758 - 10 fields ok 759 - content ok 760 - -- ' ' ; 0 ok 761 - check always_quote ok 762 - check escape_char ok 763 - check quote_char ok 764 - check sep_char ok 765 - combine ok 766 - string ok 767 - parse ok 768 - fields ok 769 - 10 fields ok 770 - content ok 771 - -- ' ' \t 0 ok 772 - check always_quote ok 773 - check escape_char ok 774 - check quote_char ok 775 - check sep_char ok 776 - combine ok 777 - string ok 778 - parse ok 779 - fields ok 780 - 10 fields ok 781 - content ok 782 - -- ' ' \ 0 ok 783 - check always_quote ok 784 - check escape_char ok 785 - check quote_char ok 786 - check sep_char ok 787 - combine ok 788 - string ok 789 - parse ok 790 - fields ok 791 - 10 fields ok 792 - content ok 793 - -- ' ' ~ 0 ok 794 - check always_quote ok 795 - check escape_char ok 796 - check quote_char ok 797 - check sep_char ok 798 - combine ok 799 - string ok 800 - parse ok 801 - fields ok 802 - 10 fields ok 803 - content ok 804 - -- ' ' \x{00} 0 ok 805 - check always_quote ok 806 - check escape_char ok 807 - check quote_char ok 808 - check sep_char ok 809 - combine ok 810 - string ok 811 - parse ok 812 - fields ok 813 - 10 fields ok 814 - content ok 815 - -- ' , " 0 ok 816 - check always_quote ok 817 - check escape_char ok 818 - check quote_char ok 819 - check sep_char ok 820 - combine ok 821 - string ok 822 - parse ok 823 - fields ok 824 - 10 fields ok 825 - content ok 826 - -- ' , ' 0 ok 827 - check always_quote ok 828 - check escape_char ok 829 - check quote_char ok 830 - check sep_char ok 831 - Illegal combo for combine ok 832 - illegal combo for parse ok 833 - -- ' , , 0 ok 834 - check always_quote ok 835 - check escape_char ok 836 - check quote_char ok 837 - check sep_char ok 838 - Illegal combo for combine ok 839 - illegal combo for parse ok 840 - -- ' , ; 0 ok 841 - check always_quote ok 842 - check escape_char ok 843 - check quote_char ok 844 - check sep_char ok 845 - combine ok 846 - string ok 847 - parse ok 848 - fields ok 849 - 10 fields ok 850 - content ok 851 - -- ' , \t 0 ok 852 - check always_quote ok 853 - check escape_char ok 854 - check quote_char ok 855 - check sep_char ok 856 - combine ok 857 - string ok 858 - parse ok 859 - fields ok 860 - 10 fields ok 861 - content ok 862 - -- ' , \ 0 ok 863 - check always_quote ok 864 - check escape_char ok 865 - check quote_char ok 866 - check sep_char ok 867 - combine ok 868 - string ok 869 - parse ok 870 - fields ok 871 - 10 fields ok 872 - content ok 873 - -- ' , ~ 0 ok 874 - check always_quote ok 875 - check escape_char ok 876 - check quote_char ok 877 - check sep_char ok 878 - combine ok 879 - string ok 880 - parse ok 881 - fields ok 882 - 10 fields ok 883 - content ok 884 - -- ' , \x{00} 0 ok 885 - check always_quote ok 886 - check escape_char ok 887 - check quote_char ok 888 - check sep_char ok 889 - combine ok 890 - string ok 891 - parse ok 892 - fields ok 893 - 10 fields ok 894 - content ok 895 - -- ' ; " 0 ok 896 - check always_quote ok 897 - check escape_char ok 898 - check quote_char ok 899 - check sep_char ok 900 - combine ok 901 - string ok 902 - parse ok 903 - fields ok 904 - 10 fields ok 905 - content ok 906 - -- ' ; ' 0 ok 907 - check always_quote ok 908 - check escape_char ok 909 - check quote_char ok 910 - check sep_char ok 911 - Illegal combo for combine ok 912 - illegal combo for parse ok 913 - -- ' ; , 0 ok 914 - check always_quote ok 915 - check escape_char ok 916 - check quote_char ok 917 - check sep_char ok 918 - combine ok 919 - string ok 920 - parse ok 921 - fields ok 922 - 10 fields ok 923 - content ok 924 - -- ' ; ; 0 ok 925 - check always_quote ok 926 - check escape_char ok 927 - check quote_char ok 928 - check sep_char ok 929 - Illegal combo for combine ok 930 - illegal combo for parse ok 931 - -- ' ; \t 0 ok 932 - check always_quote ok 933 - check escape_char ok 934 - check quote_char ok 935 - check sep_char ok 936 - combine ok 937 - string ok 938 - parse ok 939 - fields ok 940 - 10 fields ok 941 - content ok 942 - -- ' ; \ 0 ok 943 - check always_quote ok 944 - check escape_char ok 945 - check quote_char ok 946 - check sep_char ok 947 - combine ok 948 - string ok 949 - parse ok 950 - fields ok 951 - 10 fields ok 952 - content ok 953 - -- ' ; ~ 0 ok 954 - check always_quote ok 955 - check escape_char ok 956 - check quote_char ok 957 - check sep_char ok 958 - combine ok 959 - string ok 960 - parse ok 961 - fields ok 962 - 10 fields ok 963 - content ok 964 - -- ' ; \x{00} 0 ok 965 - check always_quote ok 966 - check escape_char ok 967 - check quote_char ok 968 - check sep_char ok 969 - combine ok 970 - string ok 971 - parse ok 972 - fields ok 973 - 10 fields ok 974 - content ok 975 - -- ' \t " 0 ok 976 - check always_quote ok 977 - check escape_char ok 978 - check quote_char ok 979 - check sep_char ok 980 - combine ok 981 - string ok 982 - parse ok 983 - fields ok 984 - 10 fields ok 985 - content ok 986 - -- ' \t ' 0 ok 987 - check always_quote ok 988 - check escape_char ok 989 - check quote_char ok 990 - check sep_char ok 991 - Illegal combo for combine ok 992 - illegal combo for parse ok 993 - -- ' \t , 0 ok 994 - check always_quote ok 995 - check escape_char ok 996 - check quote_char ok 997 - check sep_char ok 998 - combine ok 999 - string ok 1000 - parse ok 1001 - fields ok 1002 - 10 fields ok 1003 - content ok 1004 - -- ' \t ; 0 ok 1005 - check always_quote ok 1006 - check escape_char ok 1007 - check quote_char ok 1008 - check sep_char ok 1009 - combine ok 1010 - string ok 1011 - parse ok 1012 - fields ok 1013 - 10 fields ok 1014 - content ok 1015 - -- ' \t \t 0 ok 1016 - check always_quote ok 1017 - check escape_char ok 1018 - check quote_char ok 1019 - check sep_char ok 1020 - Illegal combo for combine ok 1021 - illegal combo for parse ok 1022 - -- ' \t \ 0 ok 1023 - check always_quote ok 1024 - check escape_char ok 1025 - check quote_char ok 1026 - check sep_char ok 1027 - combine ok 1028 - string ok 1029 - parse ok 1030 - fields ok 1031 - 10 fields ok 1032 - content ok 1033 - -- ' \t ~ 0 ok 1034 - check always_quote ok 1035 - check escape_char ok 1036 - check quote_char ok 1037 - check sep_char ok 1038 - combine ok 1039 - string ok 1040 - parse ok 1041 - fields ok 1042 - 10 fields ok 1043 - content ok 1044 - -- ' \t \x{00} 0 ok 1045 - check always_quote ok 1046 - check escape_char ok 1047 - check quote_char ok 1048 - check sep_char ok 1049 - combine ok 1050 - string ok 1051 - parse ok 1052 - fields ok 1053 - 10 fields ok 1054 - content ok 1055 - -- ' \ " 0 ok 1056 - check always_quote ok 1057 - check escape_char ok 1058 - check quote_char ok 1059 - check sep_char ok 1060 - combine ok 1061 - string ok 1062 - parse ok 1063 - fields ok 1064 - 10 fields ok 1065 - content ok 1066 - -- ' \ ' 0 ok 1067 - check always_quote ok 1068 - check escape_char ok 1069 - check quote_char ok 1070 - check sep_char ok 1071 - Illegal combo for combine ok 1072 - illegal combo for parse ok 1073 - -- ' \ , 0 ok 1074 - check always_quote ok 1075 - check escape_char ok 1076 - check quote_char ok 1077 - check sep_char ok 1078 - combine ok 1079 - string ok 1080 - parse ok 1081 - fields ok 1082 - 10 fields ok 1083 - content ok 1084 - -- ' \ ; 0 ok 1085 - check always_quote ok 1086 - check escape_char ok 1087 - check quote_char ok 1088 - check sep_char ok 1089 - combine ok 1090 - string ok 1091 - parse ok 1092 - fields ok 1093 - 10 fields ok 1094 - content ok 1095 - -- ' \ \t 0 ok 1096 - check always_quote ok 1097 - check escape_char ok 1098 - check quote_char ok 1099 - check sep_char ok 1100 - combine ok 1101 - string ok 1102 - parse ok 1103 - fields ok 1104 - 10 fields ok 1105 - content ok 1106 - -- ' \ \ 0 ok 1107 - check always_quote ok 1108 - check escape_char ok 1109 - check quote_char ok 1110 - check sep_char ok 1111 - Illegal combo for combine ok 1112 - illegal combo for parse ok 1113 - -- ' \ ~ 0 ok 1114 - check always_quote ok 1115 - check escape_char ok 1116 - check quote_char ok 1117 - check sep_char ok 1118 - combine ok 1119 - string ok 1120 - parse ok 1121 - fields ok 1122 - 10 fields ok 1123 - content ok 1124 - -- ' \ \x{00} 0 ok 1125 - check always_quote ok 1126 - check escape_char ok 1127 - check quote_char ok 1128 - check sep_char ok 1129 - combine ok 1130 - string ok 1131 - parse ok 1132 - fields ok 1133 - 10 fields ok 1134 - content ok 1135 - -- ' ~ " 0 ok 1136 - check always_quote ok 1137 - check escape_char ok 1138 - check quote_char ok 1139 - check sep_char ok 1140 - combine ok 1141 - string ok 1142 - parse ok 1143 - fields ok 1144 - 10 fields ok 1145 - content ok 1146 - -- ' ~ ' 0 ok 1147 - check always_quote ok 1148 - check escape_char ok 1149 - check quote_char ok 1150 - check sep_char ok 1151 - Illegal combo for combine ok 1152 - illegal combo for parse ok 1153 - -- ' ~ , 0 ok 1154 - check always_quote ok 1155 - check escape_char ok 1156 - check quote_char ok 1157 - check sep_char ok 1158 - combine ok 1159 - string ok 1160 - parse ok 1161 - fields ok 1162 - 10 fields ok 1163 - content ok 1164 - -- ' ~ ; 0 ok 1165 - check always_quote ok 1166 - check escape_char ok 1167 - check quote_char ok 1168 - check sep_char ok 1169 - combine ok 1170 - string ok 1171 - parse ok 1172 - fields ok 1173 - 10 fields ok 1174 - content ok 1175 - -- ' ~ \t 0 ok 1176 - check always_quote ok 1177 - check escape_char ok 1178 - check quote_char ok 1179 - check sep_char ok 1180 - combine ok 1181 - string ok 1182 - parse ok 1183 - fields ok 1184 - 10 fields ok 1185 - content ok 1186 - -- ' ~ \ 0 ok 1187 - check always_quote ok 1188 - check escape_char ok 1189 - check quote_char ok 1190 - check sep_char ok 1191 - combine ok 1192 - string ok 1193 - parse ok 1194 - fields ok 1195 - 10 fields ok 1196 - content ok 1197 - -- ' ~ ~ 0 ok 1198 - check always_quote ok 1199 - check escape_char ok 1200 - check quote_char ok 1201 - check sep_char ok 1202 - Illegal combo for combine ok 1203 - illegal combo for parse ok 1204 - -- ' ~ \x{00} 0 ok 1205 - check always_quote ok 1206 - check escape_char ok 1207 - check quote_char ok 1208 - check sep_char ok 1209 - combine ok 1210 - string ok 1211 - parse ok 1212 - fields ok 1213 - 10 fields ok 1214 - content ok 1215 - -- ' + " 0 ok 1216 - check always_quote ok 1217 - check escape_char ok 1218 - check quote_char ok 1219 - check sep_char ok 1220 - combine ok 1221 - string ok 1222 - parse ok 1223 - fields ok 1224 - 10 fields ok 1225 - content ok 1226 - -- ' + ' 0 ok 1227 - check always_quote ok 1228 - check escape_char ok 1229 - check quote_char ok 1230 - check sep_char ok 1231 - Illegal combo for combine ok 1232 - illegal combo for parse ok 1233 - -- ' + , 0 ok 1234 - check always_quote ok 1235 - check escape_char ok 1236 - check quote_char ok 1237 - check sep_char ok 1238 - combine ok 1239 - string ok 1240 - parse ok 1241 - fields ok 1242 - 10 fields ok 1243 - content ok 1244 - -- ' + ; 0 ok 1245 - check always_quote ok 1246 - check escape_char ok 1247 - check quote_char ok 1248 - check sep_char ok 1249 - combine ok 1250 - string ok 1251 - parse ok 1252 - fields ok 1253 - 10 fields ok 1254 - content ok 1255 - -- ' + \t 0 ok 1256 - check always_quote ok 1257 - check escape_char ok 1258 - check quote_char ok 1259 - check sep_char ok 1260 - combine ok 1261 - string ok 1262 - parse ok 1263 - fields ok 1264 - 10 fields ok 1265 - content ok 1266 - -- ' + \ 0 ok 1267 - check always_quote ok 1268 - check escape_char ok 1269 - check quote_char ok 1270 - check sep_char ok 1271 - combine ok 1272 - string ok 1273 - parse ok 1274 - fields ok 1275 - 10 fields ok 1276 - content ok 1277 - -- ' + ~ 0 ok 1278 - check always_quote ok 1279 - check escape_char ok 1280 - check quote_char ok 1281 - check sep_char ok 1282 - combine ok 1283 - string ok 1284 - parse ok 1285 - fields ok 1286 - 10 fields ok 1287 - content ok 1288 - -- ' + \x{00} 0 ok 1289 - check always_quote ok 1290 - check escape_char ok 1291 - check quote_char ok 1292 - check sep_char ok 1293 - combine ok 1294 - string ok 1295 - parse ok 1296 - fields ok 1297 - 10 fields ok 1298 - content ok 1299 - -- , " " 0 ok 1300 - check always_quote ok 1301 - check escape_char ok 1302 - check quote_char ok 1303 - check sep_char ok 1304 - Illegal combo for combine ok 1305 - illegal combo for parse ok 1306 - -- , " ' 0 ok 1307 - check always_quote ok 1308 - check escape_char ok 1309 - check quote_char ok 1310 - check sep_char ok 1311 - combine ok 1312 - string ok 1313 - parse ok 1314 - fields ok 1315 - 10 fields ok 1316 - content ok 1317 - -- , " , 0 ok 1318 - check always_quote ok 1319 - check escape_char ok 1320 - check quote_char ok 1321 - check sep_char ok 1322 - Illegal combo for combine ok 1323 - illegal combo for parse ok 1324 - -- , " ; 0 ok 1325 - check always_quote ok 1326 - check escape_char ok 1327 - check quote_char ok 1328 - check sep_char ok 1329 - combine ok 1330 - string ok 1331 - parse ok 1332 - fields ok 1333 - 10 fields ok 1334 - content ok 1335 - -- , " \t 0 ok 1336 - check always_quote ok 1337 - check escape_char ok 1338 - check quote_char ok 1339 - check sep_char ok 1340 - combine ok 1341 - string ok 1342 - parse ok 1343 - fields ok 1344 - 10 fields ok 1345 - content ok 1346 - -- , " \ 0 ok 1347 - check always_quote ok 1348 - check escape_char ok 1349 - check quote_char ok 1350 - check sep_char ok 1351 - combine ok 1352 - string ok 1353 - parse ok 1354 - fields ok 1355 - 10 fields ok 1356 - content ok 1357 - -- , " ~ 0 ok 1358 - check always_quote ok 1359 - check escape_char ok 1360 - check quote_char ok 1361 - check sep_char ok 1362 - combine ok 1363 - string ok 1364 - parse ok 1365 - fields ok 1366 - 10 fields ok 1367 - content ok 1368 - -- , " \x{00} 0 ok 1369 - check always_quote ok 1370 - check escape_char ok 1371 - check quote_char ok 1372 - check sep_char ok 1373 - combine ok 1374 - string ok 1375 - parse ok 1376 - fields ok 1377 - 10 fields ok 1378 - content ok 1379 - -- , ' " 0 ok 1380 - check always_quote ok 1381 - check escape_char ok 1382 - check quote_char ok 1383 - check sep_char ok 1384 - combine ok 1385 - string ok 1386 - parse ok 1387 - fields ok 1388 - 10 fields ok 1389 - content ok 1390 - -- , ' ' 0 ok 1391 - check always_quote ok 1392 - check escape_char ok 1393 - check quote_char ok 1394 - check sep_char ok 1395 - Illegal combo for combine ok 1396 - illegal combo for parse ok 1397 - -- , ' , 0 ok 1398 - check always_quote ok 1399 - check escape_char ok 1400 - check quote_char ok 1401 - check sep_char ok 1402 - Illegal combo for combine ok 1403 - illegal combo for parse ok 1404 - -- , ' ; 0 ok 1405 - check always_quote ok 1406 - check escape_char ok 1407 - check quote_char ok 1408 - check sep_char ok 1409 - combine ok 1410 - string ok 1411 - parse ok 1412 - fields ok 1413 - 10 fields ok 1414 - content ok 1415 - -- , ' \t 0 ok 1416 - check always_quote ok 1417 - check escape_char ok 1418 - check quote_char ok 1419 - check sep_char ok 1420 - combine ok 1421 - string ok 1422 - parse ok 1423 - fields ok 1424 - 10 fields ok 1425 - content ok 1426 - -- , ' \ 0 ok 1427 - check always_quote ok 1428 - check escape_char ok 1429 - check quote_char ok 1430 - check sep_char ok 1431 - combine ok 1432 - string ok 1433 - parse ok 1434 - fields ok 1435 - 10 fields ok 1436 - content ok 1437 - -- , ' ~ 0 ok 1438 - check always_quote ok 1439 - check escape_char ok 1440 - check quote_char ok 1441 - check sep_char ok 1442 - combine ok 1443 - string ok 1444 - parse ok 1445 - fields ok 1446 - 10 fields ok 1447 - content ok 1448 - -- , ' \x{00} 0 ok 1449 - check always_quote ok 1450 - check escape_char ok 1451 - check quote_char ok 1452 - check sep_char ok 1453 - combine ok 1454 - string ok 1455 - parse ok 1456 - fields ok 1457 - 10 fields ok 1458 - content ok 1459 - -- , , " 0 ok 1460 - check always_quote ok 1461 - check escape_char ok 1462 - check quote_char ok 1463 - check sep_char ok 1464 - combine ok 1465 - string ok 1466 - parse ok 1467 - fields ok 1468 - 10 fields ok 1469 - content ok 1470 - -- , , ' 0 ok 1471 - check always_quote ok 1472 - check escape_char ok 1473 - check quote_char ok 1474 - check sep_char ok 1475 - combine ok 1476 - string ok 1477 - parse ok 1478 - fields ok 1479 - 10 fields ok 1480 - content ok 1481 - -- , , , 0 ok 1482 - check always_quote ok 1483 - check escape_char ok 1484 - check quote_char ok 1485 - check sep_char ok 1486 - Illegal combo for combine ok 1487 - illegal combo for parse ok 1488 - -- , , ; 0 ok 1489 - check always_quote ok 1490 - check escape_char ok 1491 - check quote_char ok 1492 - check sep_char ok 1493 - combine ok 1494 - string ok 1495 - parse ok 1496 - fields ok 1497 - 10 fields ok 1498 - content ok 1499 - -- , , \t 0 ok 1500 - check always_quote ok 1501 - check escape_char ok 1502 - check quote_char ok 1503 - check sep_char ok 1504 - combine ok 1505 - string ok 1506 - parse ok 1507 - fields ok 1508 - 10 fields ok 1509 - content ok 1510 - -- , , \ 0 ok 1511 - check always_quote ok 1512 - check escape_char ok 1513 - check quote_char ok 1514 - check sep_char ok 1515 - combine ok 1516 - string ok 1517 - parse ok 1518 - fields ok 1519 - 10 fields ok 1520 - content ok 1521 - -- , , ~ 0 ok 1522 - check always_quote ok 1523 - check escape_char ok 1524 - check quote_char ok 1525 - check sep_char ok 1526 - combine ok 1527 - string ok 1528 - parse ok 1529 - fields ok 1530 - 10 fields ok 1531 - content ok 1532 - -- , , \x{00} 0 ok 1533 - check always_quote ok 1534 - check escape_char ok 1535 - check quote_char ok 1536 - check sep_char ok 1537 - combine ok 1538 - string ok 1539 - parse ok 1540 - fields ok 1541 - 10 fields ok 1542 - content ok 1543 - -- , ; " 0 ok 1544 - check always_quote ok 1545 - check escape_char ok 1546 - check quote_char ok 1547 - check sep_char ok 1548 - combine ok 1549 - string ok 1550 - parse ok 1551 - fields ok 1552 - 10 fields ok 1553 - content ok 1554 - -- , ; ' 0 ok 1555 - check always_quote ok 1556 - check escape_char ok 1557 - check quote_char ok 1558 - check sep_char ok 1559 - combine ok 1560 - string ok 1561 - parse ok 1562 - fields ok 1563 - 10 fields ok 1564 - content ok 1565 - -- , ; , 0 ok 1566 - check always_quote ok 1567 - check escape_char ok 1568 - check quote_char ok 1569 - check sep_char ok 1570 - Illegal combo for combine ok 1571 - illegal combo for parse ok 1572 - -- , ; ; 0 ok 1573 - check always_quote ok 1574 - check escape_char ok 1575 - check quote_char ok 1576 - check sep_char ok 1577 - Illegal combo for combine ok 1578 - illegal combo for parse ok 1579 - -- , ; \t 0 ok 1580 - check always_quote ok 1581 - check escape_char ok 1582 - check quote_char ok 1583 - check sep_char ok 1584 - combine ok 1585 - string ok 1586 - parse ok 1587 - fields ok 1588 - 10 fields ok 1589 - content ok 1590 - -- , ; \ 0 ok 1591 - check always_quote ok 1592 - check escape_char ok 1593 - check quote_char ok 1594 - check sep_char ok 1595 - combine ok 1596 - string ok 1597 - parse ok 1598 - fields ok 1599 - 10 fields ok 1600 - content ok 1601 - -- , ; ~ 0 ok 1602 - check always_quote ok 1603 - check escape_char ok 1604 - check quote_char ok 1605 - check sep_char ok 1606 - combine ok 1607 - string ok 1608 - parse ok 1609 - fields ok 1610 - 10 fields ok 1611 - content ok 1612 - -- , ; \x{00} 0 ok 1613 - check always_quote ok 1614 - check escape_char ok 1615 - check quote_char ok 1616 - check sep_char ok 1617 - combine ok 1618 - string ok 1619 - parse ok 1620 - fields ok 1621 - 10 fields ok 1622 - content ok 1623 - -- , \t " 0 ok 1624 - check always_quote ok 1625 - check escape_char ok 1626 - check quote_char ok 1627 - check sep_char ok 1628 - combine ok 1629 - string ok 1630 - parse ok 1631 - fields ok 1632 - 10 fields ok 1633 - content ok 1634 - -- , \t ' 0 ok 1635 - check always_quote ok 1636 - check escape_char ok 1637 - check quote_char ok 1638 - check sep_char ok 1639 - combine ok 1640 - string ok 1641 - parse ok 1642 - fields ok 1643 - 10 fields ok 1644 - content ok 1645 - -- , \t , 0 ok 1646 - check always_quote ok 1647 - check escape_char ok 1648 - check quote_char ok 1649 - check sep_char ok 1650 - Illegal combo for combine ok 1651 - illegal combo for parse ok 1652 - -- , \t ; 0 ok 1653 - check always_quote ok 1654 - check escape_char ok 1655 - check quote_char ok 1656 - check sep_char ok 1657 - combine ok 1658 - string ok 1659 - parse ok 1660 - fields ok 1661 - 10 fields ok 1662 - content ok 1663 - -- , \t \t 0 ok 1664 - check always_quote ok 1665 - check escape_char ok 1666 - check quote_char ok 1667 - check sep_char ok 1668 - Illegal combo for combine ok 1669 - illegal combo for parse ok 1670 - -- , \t \ 0 ok 1671 - check always_quote ok 1672 - check escape_char ok 1673 - check quote_char ok 1674 - check sep_char ok 1675 - combine ok 1676 - string ok 1677 - parse ok 1678 - fields ok 1679 - 10 fields ok 1680 - content ok 1681 - -- , \t ~ 0 ok 1682 - check always_quote ok 1683 - check escape_char ok 1684 - check quote_char ok 1685 - check sep_char ok 1686 - combine ok 1687 - string ok 1688 - parse ok 1689 - fields ok 1690 - 10 fields ok 1691 - content ok 1692 - -- , \t \x{00} 0 ok 1693 - check always_quote ok 1694 - check escape_char ok 1695 - check quote_char ok 1696 - check sep_char ok 1697 - combine ok 1698 - string ok 1699 - parse ok 1700 - fields ok 1701 - 10 fields ok 1702 - content ok 1703 - -- , \ " 0 ok 1704 - check always_quote ok 1705 - check escape_char ok 1706 - check quote_char ok 1707 - check sep_char ok 1708 - combine ok 1709 - string ok 1710 - parse ok 1711 - fields ok 1712 - 10 fields ok 1713 - content ok 1714 - -- , \ ' 0 ok 1715 - check always_quote ok 1716 - check escape_char ok 1717 - check quote_char ok 1718 - check sep_char ok 1719 - combine ok 1720 - string ok 1721 - parse ok 1722 - fields ok 1723 - 10 fields ok 1724 - content ok 1725 - -- , \ , 0 ok 1726 - check always_quote ok 1727 - check escape_char ok 1728 - check quote_char ok 1729 - check sep_char ok 1730 - Illegal combo for combine ok 1731 - illegal combo for parse ok 1732 - -- , \ ; 0 ok 1733 - check always_quote ok 1734 - check escape_char ok 1735 - check quote_char ok 1736 - check sep_char ok 1737 - combine ok 1738 - string ok 1739 - parse ok 1740 - fields ok 1741 - 10 fields ok 1742 - content ok 1743 - -- , \ \t 0 ok 1744 - check always_quote ok 1745 - check escape_char ok 1746 - check quote_char ok 1747 - check sep_char ok 1748 - combine ok 1749 - string ok 1750 - parse ok 1751 - fields ok 1752 - 10 fields ok 1753 - content ok 1754 - -- , \ \ 0 ok 1755 - check always_quote ok 1756 - check escape_char ok 1757 - check quote_char ok 1758 - check sep_char ok 1759 - Illegal combo for combine ok 1760 - illegal combo for parse ok 1761 - -- , \ ~ 0 ok 1762 - check always_quote ok 1763 - check escape_char ok 1764 - check quote_char ok 1765 - check sep_char ok 1766 - combine ok 1767 - string ok 1768 - parse ok 1769 - fields ok 1770 - 10 fields ok 1771 - content ok 1772 - -- , \ \x{00} 0 ok 1773 - check always_quote ok 1774 - check escape_char ok 1775 - check quote_char ok 1776 - check sep_char ok 1777 - combine ok 1778 - string ok 1779 - parse ok 1780 - fields ok 1781 - 10 fields ok 1782 - content ok 1783 - -- , ~ " 0 ok 1784 - check always_quote ok 1785 - check escape_char ok 1786 - check quote_char ok 1787 - check sep_char ok 1788 - combine ok 1789 - string ok 1790 - parse ok 1791 - fields ok 1792 - 10 fields ok 1793 - content ok 1794 - -- , ~ ' 0 ok 1795 - check always_quote ok 1796 - check escape_char ok 1797 - check quote_char ok 1798 - check sep_char ok 1799 - combine ok 1800 - string ok 1801 - parse ok 1802 - fields ok 1803 - 10 fields ok 1804 - content ok 1805 - -- , ~ , 0 ok 1806 - check always_quote ok 1807 - check escape_char ok 1808 - check quote_char ok 1809 - check sep_char ok 1810 - Illegal combo for combine ok 1811 - illegal combo for parse ok 1812 - -- , ~ ; 0 ok 1813 - check always_quote ok 1814 - check escape_char ok 1815 - check quote_char ok 1816 - check sep_char ok 1817 - combine ok 1818 - string ok 1819 - parse ok 1820 - fields ok 1821 - 10 fields ok 1822 - content ok 1823 - -- , ~ \t 0 ok 1824 - check always_quote ok 1825 - check escape_char ok 1826 - check quote_char ok 1827 - check sep_char ok 1828 - combine ok 1829 - string ok 1830 - parse ok 1831 - fields ok 1832 - 10 fields ok 1833 - content ok 1834 - -- , ~ \ 0 ok 1835 - check always_quote ok 1836 - check escape_char ok 1837 - check quote_char ok 1838 - check sep_char ok 1839 - combine ok 1840 - string ok 1841 - parse ok 1842 - fields ok 1843 - 10 fields ok 1844 - content ok 1845 - -- , ~ ~ 0 ok 1846 - check always_quote ok 1847 - check escape_char ok 1848 - check quote_char ok 1849 - check sep_char ok 1850 - Illegal combo for combine ok 1851 - illegal combo for parse ok 1852 - -- , ~ \x{00} 0 ok 1853 - check always_quote ok 1854 - check escape_char ok 1855 - check quote_char ok 1856 - check sep_char ok 1857 - combine ok 1858 - string ok 1859 - parse ok 1860 - fields ok 1861 - 10 fields ok 1862 - content ok 1863 - -- , + " 0 ok 1864 - check always_quote ok 1865 - check escape_char ok 1866 - check quote_char ok 1867 - check sep_char ok 1868 - combine ok 1869 - string ok 1870 - parse ok 1871 - fields ok 1872 - 10 fields ok 1873 - content ok 1874 - -- , + ' 0 ok 1875 - check always_quote ok 1876 - check escape_char ok 1877 - check quote_char ok 1878 - check sep_char ok 1879 - combine ok 1880 - string ok 1881 - parse ok 1882 - fields ok 1883 - 10 fields ok 1884 - content ok 1885 - -- , + , 0 ok 1886 - check always_quote ok 1887 - check escape_char ok 1888 - check quote_char ok 1889 - check sep_char ok 1890 - Illegal combo for combine ok 1891 - illegal combo for parse ok 1892 - -- , + ; 0 ok 1893 - check always_quote ok 1894 - check escape_char ok 1895 - check quote_char ok 1896 - check sep_char ok 1897 - combine ok 1898 - string ok 1899 - parse ok 1900 - fields ok 1901 - 10 fields ok 1902 - content ok 1903 - -- , + \t 0 ok 1904 - check always_quote ok 1905 - check escape_char ok 1906 - check quote_char ok 1907 - check sep_char ok 1908 - combine ok 1909 - string ok 1910 - parse ok 1911 - fields ok 1912 - 10 fields ok 1913 - content ok 1914 - -- , + \ 0 ok 1915 - check always_quote ok 1916 - check escape_char ok 1917 - check quote_char ok 1918 - check sep_char ok 1919 - combine ok 1920 - string ok 1921 - parse ok 1922 - fields ok 1923 - 10 fields ok 1924 - content ok 1925 - -- , + ~ 0 ok 1926 - check always_quote ok 1927 - check escape_char ok 1928 - check quote_char ok 1929 - check sep_char ok 1930 - combine ok 1931 - string ok 1932 - parse ok 1933 - fields ok 1934 - 10 fields ok 1935 - content ok 1936 - -- , + \x{00} 0 ok 1937 - check always_quote ok 1938 - check escape_char ok 1939 - check quote_char ok 1940 - check sep_char ok 1941 - combine ok 1942 - string ok 1943 - parse ok 1944 - fields ok 1945 - 10 fields ok 1946 - content ok 1947 - -- ; " " 0 ok 1948 - check always_quote ok 1949 - check escape_char ok 1950 - check quote_char ok 1951 - check sep_char ok 1952 - Illegal combo for combine ok 1953 - illegal combo for parse ok 1954 - -- ; " ' 0 ok 1955 - check always_quote ok 1956 - check escape_char ok 1957 - check quote_char ok 1958 - check sep_char ok 1959 - combine ok 1960 - string ok 1961 - parse ok 1962 - fields ok 1963 - 10 fields ok 1964 - content ok 1965 - -- ; " , 0 ok 1966 - check always_quote ok 1967 - check escape_char ok 1968 - check quote_char ok 1969 - check sep_char ok 1970 - combine ok 1971 - string ok 1972 - parse ok 1973 - fields ok 1974 - 10 fields ok 1975 - content ok 1976 - -- ; " ; 0 ok 1977 - check always_quote ok 1978 - check escape_char ok 1979 - check quote_char ok 1980 - check sep_char ok 1981 - Illegal combo for combine ok 1982 - illegal combo for parse ok 1983 - -- ; " \t 0 ok 1984 - check always_quote ok 1985 - check escape_char ok 1986 - check quote_char ok 1987 - check sep_char ok 1988 - combine ok 1989 - string ok 1990 - parse ok 1991 - fields ok 1992 - 10 fields ok 1993 - content ok 1994 - -- ; " \ 0 ok 1995 - check always_quote ok 1996 - check escape_char ok 1997 - check quote_char ok 1998 - check sep_char ok 1999 - combine ok 2000 - string ok 2001 - parse ok 2002 - fields ok 2003 - 10 fields ok 2004 - content ok 2005 - -- ; " ~ 0 ok 2006 - check always_quote ok 2007 - check escape_char ok 2008 - check quote_char ok 2009 - check sep_char ok 2010 - combine ok 2011 - string ok 2012 - parse ok 2013 - fields ok 2014 - 10 fields ok 2015 - content ok 2016 - -- ; " \x{00} 0 ok 2017 - check always_quote ok 2018 - check escape_char ok 2019 - check quote_char ok 2020 - check sep_char ok 2021 - combine ok 2022 - string ok 2023 - parse ok 2024 - fields ok 2025 - 10 fields ok 2026 - content ok 2027 - -- ; ' " 0 ok 2028 - check always_quote ok 2029 - check escape_char ok 2030 - check quote_char ok 2031 - check sep_char ok 2032 - combine ok 2033 - string ok 2034 - parse ok 2035 - fields ok 2036 - 10 fields ok 2037 - content ok 2038 - -- ; ' ' 0 ok 2039 - check always_quote ok 2040 - check escape_char ok 2041 - check quote_char ok 2042 - check sep_char ok 2043 - Illegal combo for combine ok 2044 - illegal combo for parse ok 2045 - -- ; ' , 0 ok 2046 - check always_quote ok 2047 - check escape_char ok 2048 - check quote_char ok 2049 - check sep_char ok 2050 - combine ok 2051 - string ok 2052 - parse ok 2053 - fields ok 2054 - 10 fields ok 2055 - content ok 2056 - -- ; ' ; 0 ok 2057 - check always_quote ok 2058 - check escape_char ok 2059 - check quote_char ok 2060 - check sep_char ok 2061 - Illegal combo for combine ok 2062 - illegal combo for parse ok 2063 - -- ; ' \t 0 ok 2064 - check always_quote ok 2065 - check escape_char ok 2066 - check quote_char ok 2067 - check sep_char ok 2068 - combine ok 2069 - string ok 2070 - parse ok 2071 - fields ok 2072 - 10 fields ok 2073 - content ok 2074 - -- ; ' \ 0 ok 2075 - check always_quote ok 2076 - check escape_char ok 2077 - check quote_char ok 2078 - check sep_char ok 2079 - combine ok 2080 - string ok 2081 - parse ok 2082 - fields ok 2083 - 10 fields ok 2084 - content ok 2085 - -- ; ' ~ 0 ok 2086 - check always_quote ok 2087 - check escape_char ok 2088 - check quote_char ok 2089 - check sep_char ok 2090 - combine ok 2091 - string ok 2092 - parse ok 2093 - fields ok 2094 - 10 fields ok 2095 - content ok 2096 - -- ; ' \x{00} 0 ok 2097 - check always_quote ok 2098 - check escape_char ok 2099 - check quote_char ok 2100 - check sep_char ok 2101 - combine ok 2102 - string ok 2103 - parse ok 2104 - fields ok 2105 - 10 fields ok 2106 - content ok 2107 - -- ; , " 0 ok 2108 - check always_quote ok 2109 - check escape_char ok 2110 - check quote_char ok 2111 - check sep_char ok 2112 - combine ok 2113 - string ok 2114 - parse ok 2115 - fields ok 2116 - 10 fields ok 2117 - content ok 2118 - -- ; , ' 0 ok 2119 - check always_quote ok 2120 - check escape_char ok 2121 - check quote_char ok 2122 - check sep_char ok 2123 - combine ok 2124 - string ok 2125 - parse ok 2126 - fields ok 2127 - 10 fields ok 2128 - content ok 2129 - -- ; , , 0 ok 2130 - check always_quote ok 2131 - check escape_char ok 2132 - check quote_char ok 2133 - check sep_char ok 2134 - Illegal combo for combine ok 2135 - illegal combo for parse ok 2136 - -- ; , ; 0 ok 2137 - check always_quote ok 2138 - check escape_char ok 2139 - check quote_char ok 2140 - check sep_char ok 2141 - Illegal combo for combine ok 2142 - illegal combo for parse ok 2143 - -- ; , \t 0 ok 2144 - check always_quote ok 2145 - check escape_char ok 2146 - check quote_char ok 2147 - check sep_char ok 2148 - combine ok 2149 - string ok 2150 - parse ok 2151 - fields ok 2152 - 10 fields ok 2153 - content ok 2154 - -- ; , \ 0 ok 2155 - check always_quote ok 2156 - check escape_char ok 2157 - check quote_char ok 2158 - check sep_char ok 2159 - combine ok 2160 - string ok 2161 - parse ok 2162 - fields ok 2163 - 10 fields ok 2164 - content ok 2165 - -- ; , ~ 0 ok 2166 - check always_quote ok 2167 - check escape_char ok 2168 - check quote_char ok 2169 - check sep_char ok 2170 - combine ok 2171 - string ok 2172 - parse ok 2173 - fields ok 2174 - 10 fields ok 2175 - content ok 2176 - -- ; , \x{00} 0 ok 2177 - check always_quote ok 2178 - check escape_char ok 2179 - check quote_char ok 2180 - check sep_char ok 2181 - combine ok 2182 - string ok 2183 - parse ok 2184 - fields ok 2185 - 10 fields ok 2186 - content ok 2187 - -- ; ; " 0 ok 2188 - check always_quote ok 2189 - check escape_char ok 2190 - check quote_char ok 2191 - check sep_char ok 2192 - combine ok 2193 - string ok 2194 - parse ok 2195 - fields ok 2196 - 10 fields ok 2197 - content ok 2198 - -- ; ; ' 0 ok 2199 - check always_quote ok 2200 - check escape_char ok 2201 - check quote_char ok 2202 - check sep_char ok 2203 - combine ok 2204 - string ok 2205 - parse ok 2206 - fields ok 2207 - 10 fields ok 2208 - content ok 2209 - -- ; ; , 0 ok 2210 - check always_quote ok 2211 - check escape_char ok 2212 - check quote_char ok 2213 - check sep_char ok 2214 - combine ok 2215 - string ok 2216 - parse ok 2217 - fields ok 2218 - 10 fields ok 2219 - content ok 2220 - -- ; ; ; 0 ok 2221 - check always_quote ok 2222 - check escape_char ok 2223 - check quote_char ok 2224 - check sep_char ok 2225 - Illegal combo for combine ok 2226 - illegal combo for parse ok 2227 - -- ; ; \t 0 ok 2228 - check always_quote ok 2229 - check escape_char ok 2230 - check quote_char ok 2231 - check sep_char ok 2232 - combine ok 2233 - string ok 2234 - parse ok 2235 - fields ok 2236 - 10 fields ok 2237 - content ok 2238 - -- ; ; \ 0 ok 2239 - check always_quote ok 2240 - check escape_char ok 2241 - check quote_char ok 2242 - check sep_char ok 2243 - combine ok 2244 - string ok 2245 - parse ok 2246 - fields ok 2247 - 10 fields ok 2248 - content ok 2249 - -- ; ; ~ 0 ok 2250 - check always_quote ok 2251 - check escape_char ok 2252 - check quote_char ok 2253 - check sep_char ok 2254 - combine ok 2255 - string ok 2256 - parse ok 2257 - fields ok 2258 - 10 fields ok 2259 - content ok 2260 - -- ; ; \x{00} 0 ok 2261 - check always_quote ok 2262 - check escape_char ok 2263 - check quote_char ok 2264 - check sep_char ok 2265 - combine ok 2266 - string ok 2267 - parse ok 2268 - fields ok 2269 - 10 fields ok 2270 - content ok 2271 - -- ; \t " 0 ok 2272 - check always_quote ok 2273 - check escape_char ok 2274 - check quote_char ok 2275 - check sep_char ok 2276 - combine ok 2277 - string ok 2278 - parse ok 2279 - fields ok 2280 - 10 fields ok 2281 - content ok 2282 - -- ; \t ' 0 ok 2283 - check always_quote ok 2284 - check escape_char ok 2285 - check quote_char ok 2286 - check sep_char ok 2287 - combine ok 2288 - string ok 2289 - parse ok 2290 - fields ok 2291 - 10 fields ok 2292 - content ok 2293 - -- ; \t , 0 ok 2294 - check always_quote ok 2295 - check escape_char ok 2296 - check quote_char ok 2297 - check sep_char ok 2298 - combine ok 2299 - string ok 2300 - parse ok 2301 - fields ok 2302 - 10 fields ok 2303 - content ok 2304 - -- ; \t ; 0 ok 2305 - check always_quote ok 2306 - check escape_char ok 2307 - check quote_char ok 2308 - check sep_char ok 2309 - Illegal combo for combine ok 2310 - illegal combo for parse ok 2311 - -- ; \t \t 0 ok 2312 - check always_quote ok 2313 - check escape_char ok 2314 - check quote_char ok 2315 - check sep_char ok 2316 - Illegal combo for combine ok 2317 - illegal combo for parse ok 2318 - -- ; \t \ 0 ok 2319 - check always_quote ok 2320 - check escape_char ok 2321 - check quote_char ok 2322 - check sep_char ok 2323 - combine ok 2324 - string ok 2325 - parse ok 2326 - fields ok 2327 - 10 fields ok 2328 - content ok 2329 - -- ; \t ~ 0 ok 2330 - check always_quote ok 2331 - check escape_char ok 2332 - check quote_char ok 2333 - check sep_char ok 2334 - combine ok 2335 - string ok 2336 - parse ok 2337 - fields ok 2338 - 10 fields ok 2339 - content ok 2340 - -- ; \t \x{00} 0 ok 2341 - check always_quote ok 2342 - check escape_char ok 2343 - check quote_char ok 2344 - check sep_char ok 2345 - combine ok 2346 - string ok 2347 - parse ok 2348 - fields ok 2349 - 10 fields ok 2350 - content ok 2351 - -- ; \ " 0 ok 2352 - check always_quote ok 2353 - check escape_char ok 2354 - check quote_char ok 2355 - check sep_char ok 2356 - combine ok 2357 - string ok 2358 - parse ok 2359 - fields ok 2360 - 10 fields ok 2361 - content ok 2362 - -- ; \ ' 0 ok 2363 - check always_quote ok 2364 - check escape_char ok 2365 - check quote_char ok 2366 - check sep_char ok 2367 - combine ok 2368 - string ok 2369 - parse ok 2370 - fields ok 2371 - 10 fields ok 2372 - content ok 2373 - -- ; \ , 0 ok 2374 - check always_quote ok 2375 - check escape_char ok 2376 - check quote_char ok 2377 - check sep_char ok 2378 - combine ok 2379 - string ok 2380 - parse ok 2381 - fields ok 2382 - 10 fields ok 2383 - content ok 2384 - -- ; \ ; 0 ok 2385 - check always_quote ok 2386 - check escape_char ok 2387 - check quote_char ok 2388 - check sep_char ok 2389 - Illegal combo for combine ok 2390 - illegal combo for parse ok 2391 - -- ; \ \t 0 ok 2392 - check always_quote ok 2393 - check escape_char ok 2394 - check quote_char ok 2395 - check sep_char ok 2396 - combine ok 2397 - string ok 2398 - parse ok 2399 - fields ok 2400 - 10 fields ok 2401 - content ok 2402 - -- ; \ \ 0 ok 2403 - check always_quote ok 2404 - check escape_char ok 2405 - check quote_char ok 2406 - check sep_char ok 2407 - Illegal combo for combine ok 2408 - illegal combo for parse ok 2409 - -- ; \ ~ 0 ok 2410 - check always_quote ok 2411 - check escape_char ok 2412 - check quote_char ok 2413 - check sep_char ok 2414 - combine ok 2415 - string ok 2416 - parse ok 2417 - fields ok 2418 - 10 fields ok 2419 - content ok 2420 - -- ; \ \x{00} 0 ok 2421 - check always_quote ok 2422 - check escape_char ok 2423 - check quote_char ok 2424 - check sep_char ok 2425 - combine ok 2426 - string ok 2427 - parse ok 2428 - fields ok 2429 - 10 fields ok 2430 - content ok 2431 - -- ; ~ " 0 ok 2432 - check always_quote ok 2433 - check escape_char ok 2434 - check quote_char ok 2435 - check sep_char ok 2436 - combine ok 2437 - string ok 2438 - parse ok 2439 - fields ok 2440 - 10 fields ok 2441 - content ok 2442 - -- ; ~ ' 0 ok 2443 - check always_quote ok 2444 - check escape_char ok 2445 - check quote_char ok 2446 - check sep_char ok 2447 - combine ok 2448 - string ok 2449 - parse ok 2450 - fields ok 2451 - 10 fields ok 2452 - content ok 2453 - -- ; ~ , 0 ok 2454 - check always_quote ok 2455 - check escape_char ok 2456 - check quote_char ok 2457 - check sep_char ok 2458 - combine ok 2459 - string ok 2460 - parse ok 2461 - fields ok 2462 - 10 fields ok 2463 - content ok 2464 - -- ; ~ ; 0 ok 2465 - check always_quote ok 2466 - check escape_char ok 2467 - check quote_char ok 2468 - check sep_char ok 2469 - Illegal combo for combine ok 2470 - illegal combo for parse ok 2471 - -- ; ~ \t 0 ok 2472 - check always_quote ok 2473 - check escape_char ok 2474 - check quote_char ok 2475 - check sep_char ok 2476 - combine ok 2477 - string ok 2478 - parse ok 2479 - fields ok 2480 - 10 fields ok 2481 - content ok 2482 - -- ; ~ \ 0 ok 2483 - check always_quote ok 2484 - check escape_char ok 2485 - check quote_char ok 2486 - check sep_char ok 2487 - combine ok 2488 - string ok 2489 - parse ok 2490 - fields ok 2491 - 10 fields ok 2492 - content ok 2493 - -- ; ~ ~ 0 ok 2494 - check always_quote ok 2495 - check escape_char ok 2496 - check quote_char ok 2497 - check sep_char ok 2498 - Illegal combo for combine ok 2499 - illegal combo for parse ok 2500 - -- ; ~ \x{00} 0 ok 2501 - check always_quote ok 2502 - check escape_char ok 2503 - check quote_char ok 2504 - check sep_char ok 2505 - combine ok 2506 - string ok 2507 - parse ok 2508 - fields ok 2509 - 10 fields ok 2510 - content ok 2511 - -- ; + " 0 ok 2512 - check always_quote ok 2513 - check escape_char ok 2514 - check quote_char ok 2515 - check sep_char ok 2516 - combine ok 2517 - string ok 2518 - parse ok 2519 - fields ok 2520 - 10 fields ok 2521 - content ok 2522 - -- ; + ' 0 ok 2523 - check always_quote ok 2524 - check escape_char ok 2525 - check quote_char ok 2526 - check sep_char ok 2527 - combine ok 2528 - string ok 2529 - parse ok 2530 - fields ok 2531 - 10 fields ok 2532 - content ok 2533 - -- ; + , 0 ok 2534 - check always_quote ok 2535 - check escape_char ok 2536 - check quote_char ok 2537 - check sep_char ok 2538 - combine ok 2539 - string ok 2540 - parse ok 2541 - fields ok 2542 - 10 fields ok 2543 - content ok 2544 - -- ; + ; 0 ok 2545 - check always_quote ok 2546 - check escape_char ok 2547 - check quote_char ok 2548 - check sep_char ok 2549 - Illegal combo for combine ok 2550 - illegal combo for parse ok 2551 - -- ; + \t 0 ok 2552 - check always_quote ok 2553 - check escape_char ok 2554 - check quote_char ok 2555 - check sep_char ok 2556 - combine ok 2557 - string ok 2558 - parse ok 2559 - fields ok 2560 - 10 fields ok 2561 - content ok 2562 - -- ; + \ 0 ok 2563 - check always_quote ok 2564 - check escape_char ok 2565 - check quote_char ok 2566 - check sep_char ok 2567 - combine ok 2568 - string ok 2569 - parse ok 2570 - fields ok 2571 - 10 fields ok 2572 - content ok 2573 - -- ; + ~ 0 ok 2574 - check always_quote ok 2575 - check escape_char ok 2576 - check quote_char ok 2577 - check sep_char ok 2578 - combine ok 2579 - string ok 2580 - parse ok 2581 - fields ok 2582 - 10 fields ok 2583 - content ok 2584 - -- ; + \x{00} 0 ok 2585 - check always_quote ok 2586 - check escape_char ok 2587 - check quote_char ok 2588 - check sep_char ok 2589 - combine ok 2590 - string ok 2591 - parse ok 2592 - fields ok 2593 - 10 fields ok 2594 - content ok 2595 - -- \t " " 0 ok 2596 - check always_quote ok 2597 - check escape_char ok 2598 - check quote_char ok 2599 - check sep_char ok 2600 - Illegal combo for combine ok 2601 - illegal combo for parse ok 2602 - -- \t " ' 0 ok 2603 - check always_quote ok 2604 - check escape_char ok 2605 - check quote_char ok 2606 - check sep_char ok 2607 - combine ok 2608 - string ok 2609 - parse ok 2610 - fields ok 2611 - 10 fields ok 2612 - content ok 2613 - -- \t " , 0 ok 2614 - check always_quote ok 2615 - check escape_char ok 2616 - check quote_char ok 2617 - check sep_char ok 2618 - combine ok 2619 - string ok 2620 - parse ok 2621 - fields ok 2622 - 10 fields ok 2623 - content ok 2624 - -- \t " ; 0 ok 2625 - check always_quote ok 2626 - check escape_char ok 2627 - check quote_char ok 2628 - check sep_char ok 2629 - combine ok 2630 - string ok 2631 - parse ok 2632 - fields ok 2633 - 10 fields ok 2634 - content ok 2635 - -- \t " \t 0 ok 2636 - check always_quote ok 2637 - check escape_char ok 2638 - check quote_char ok 2639 - check sep_char ok 2640 - Illegal combo for combine ok 2641 - illegal combo for parse ok 2642 - -- \t " \ 0 ok 2643 - check always_quote ok 2644 - check escape_char ok 2645 - check quote_char ok 2646 - check sep_char ok 2647 - combine ok 2648 - string ok 2649 - parse ok 2650 - fields ok 2651 - 10 fields ok 2652 - content ok 2653 - -- \t " ~ 0 ok 2654 - check always_quote ok 2655 - check escape_char ok 2656 - check quote_char ok 2657 - check sep_char ok 2658 - combine ok 2659 - string ok 2660 - parse ok 2661 - fields ok 2662 - 10 fields ok 2663 - content ok 2664 - -- \t " \x{00} 0 ok 2665 - check always_quote ok 2666 - check escape_char ok 2667 - check quote_char ok 2668 - check sep_char ok 2669 - combine ok 2670 - string ok 2671 - parse ok 2672 - fields ok 2673 - 10 fields ok 2674 - content ok 2675 - -- \t ' " 0 ok 2676 - check always_quote ok 2677 - check escape_char ok 2678 - check quote_char ok 2679 - check sep_char ok 2680 - combine ok 2681 - string ok 2682 - parse ok 2683 - fields ok 2684 - 10 fields ok 2685 - content ok 2686 - -- \t ' ' 0 ok 2687 - check always_quote ok 2688 - check escape_char ok 2689 - check quote_char ok 2690 - check sep_char ok 2691 - Illegal combo for combine ok 2692 - illegal combo for parse ok 2693 - -- \t ' , 0 ok 2694 - check always_quote ok 2695 - check escape_char ok 2696 - check quote_char ok 2697 - check sep_char ok 2698 - combine ok 2699 - string ok 2700 - parse ok 2701 - fields ok 2702 - 10 fields ok 2703 - content ok 2704 - -- \t ' ; 0 ok 2705 - check always_quote ok 2706 - check escape_char ok 2707 - check quote_char ok 2708 - check sep_char ok 2709 - combine ok 2710 - string ok 2711 - parse ok 2712 - fields ok 2713 - 10 fields ok 2714 - content ok 2715 - -- \t ' \t 0 ok 2716 - check always_quote ok 2717 - check escape_char ok 2718 - check quote_char ok 2719 - check sep_char ok 2720 - Illegal combo for combine ok 2721 - illegal combo for parse ok 2722 - -- \t ' \ 0 ok 2723 - check always_quote ok 2724 - check escape_char ok 2725 - check quote_char ok 2726 - check sep_char ok 2727 - combine ok 2728 - string ok 2729 - parse ok 2730 - fields ok 2731 - 10 fields ok 2732 - content ok 2733 - -- \t ' ~ 0 ok 2734 - check always_quote ok 2735 - check escape_char ok 2736 - check quote_char ok 2737 - check sep_char ok 2738 - combine ok 2739 - string ok 2740 - parse ok 2741 - fields ok 2742 - 10 fields ok 2743 - content ok 2744 - -- \t ' \x{00} 0 ok 2745 - check always_quote ok 2746 - check escape_char ok 2747 - check quote_char ok 2748 - check sep_char ok 2749 - combine ok 2750 - string ok 2751 - parse ok 2752 - fields ok 2753 - 10 fields ok 2754 - content ok 2755 - -- \t , " 0 ok 2756 - check always_quote ok 2757 - check escape_char ok 2758 - check quote_char ok 2759 - check sep_char ok 2760 - combine ok 2761 - string ok 2762 - parse ok 2763 - fields ok 2764 - 10 fields ok 2765 - content ok 2766 - -- \t , ' 0 ok 2767 - check always_quote ok 2768 - check escape_char ok 2769 - check quote_char ok 2770 - check sep_char ok 2771 - combine ok 2772 - string ok 2773 - parse ok 2774 - fields ok 2775 - 10 fields ok 2776 - content ok 2777 - -- \t , , 0 ok 2778 - check always_quote ok 2779 - check escape_char ok 2780 - check quote_char ok 2781 - check sep_char ok 2782 - Illegal combo for combine ok 2783 - illegal combo for parse ok 2784 - -- \t , ; 0 ok 2785 - check always_quote ok 2786 - check escape_char ok 2787 - check quote_char ok 2788 - check sep_char ok 2789 - combine ok 2790 - string ok 2791 - parse ok 2792 - fields ok 2793 - 10 fields ok 2794 - content ok 2795 - -- \t , \t 0 ok 2796 - check always_quote ok 2797 - check escape_char ok 2798 - check quote_char ok 2799 - check sep_char ok 2800 - Illegal combo for combine ok 2801 - illegal combo for parse ok 2802 - -- \t , \ 0 ok 2803 - check always_quote ok 2804 - check escape_char ok 2805 - check quote_char ok 2806 - check sep_char ok 2807 - combine ok 2808 - string ok 2809 - parse ok 2810 - fields ok 2811 - 10 fields ok 2812 - content ok 2813 - -- \t , ~ 0 ok 2814 - check always_quote ok 2815 - check escape_char ok 2816 - check quote_char ok 2817 - check sep_char ok 2818 - combine ok 2819 - string ok 2820 - parse ok 2821 - fields ok 2822 - 10 fields ok 2823 - content ok 2824 - -- \t , \x{00} 0 ok 2825 - check always_quote ok 2826 - check escape_char ok 2827 - check quote_char ok 2828 - check sep_char ok 2829 - combine ok 2830 - string ok 2831 - parse ok 2832 - fields ok 2833 - 10 fields ok 2834 - content ok 2835 - -- \t ; " 0 ok 2836 - check always_quote ok 2837 - check escape_char ok 2838 - check quote_char ok 2839 - check sep_char ok 2840 - combine ok 2841 - string ok 2842 - parse ok 2843 - fields ok 2844 - 10 fields ok 2845 - content ok 2846 - -- \t ; ' 0 ok 2847 - check always_quote ok 2848 - check escape_char ok 2849 - check quote_char ok 2850 - check sep_char ok 2851 - combine ok 2852 - string ok 2853 - parse ok 2854 - fields ok 2855 - 10 fields ok 2856 - content ok 2857 - -- \t ; , 0 ok 2858 - check always_quote ok 2859 - check escape_char ok 2860 - check quote_char ok 2861 - check sep_char ok 2862 - combine ok 2863 - string ok 2864 - parse ok 2865 - fields ok 2866 - 10 fields ok 2867 - content ok 2868 - -- \t ; ; 0 ok 2869 - check always_quote ok 2870 - check escape_char ok 2871 - check quote_char ok 2872 - check sep_char ok 2873 - Illegal combo for combine ok 2874 - illegal combo for parse ok 2875 - -- \t ; \t 0 ok 2876 - check always_quote ok 2877 - check escape_char ok 2878 - check quote_char ok 2879 - check sep_char ok 2880 - Illegal combo for combine ok 2881 - illegal combo for parse ok 2882 - -- \t ; \ 0 ok 2883 - check always_quote ok 2884 - check escape_char ok 2885 - check quote_char ok 2886 - check sep_char ok 2887 - combine ok 2888 - string ok 2889 - parse ok 2890 - fields ok 2891 - 10 fields ok 2892 - content ok 2893 - -- \t ; ~ 0 ok 2894 - check always_quote ok 2895 - check escape_char ok 2896 - check quote_char ok 2897 - check sep_char ok 2898 - combine ok 2899 - string ok 2900 - parse ok 2901 - fields ok 2902 - 10 fields ok 2903 - content ok 2904 - -- \t ; \x{00} 0 ok 2905 - check always_quote ok 2906 - check escape_char ok 2907 - check quote_char ok 2908 - check sep_char ok 2909 - combine ok 2910 - string ok 2911 - parse ok 2912 - fields ok 2913 - 10 fields ok 2914 - content ok 2915 - -- \t \t " 0 ok 2916 - check always_quote ok 2917 - check escape_char ok 2918 - check quote_char ok 2919 - check sep_char ok 2920 - combine ok 2921 - string ok 2922 - parse ok 2923 - fields ok 2924 - 10 fields ok 2925 - content ok 2926 - -- \t \t ' 0 ok 2927 - check always_quote ok 2928 - check escape_char ok 2929 - check quote_char ok 2930 - check sep_char ok 2931 - combine ok 2932 - string ok 2933 - parse ok 2934 - fields ok 2935 - 10 fields ok 2936 - content ok 2937 - -- \t \t , 0 ok 2938 - check always_quote ok 2939 - check escape_char ok 2940 - check quote_char ok 2941 - check sep_char ok 2942 - combine ok 2943 - string ok 2944 - parse ok 2945 - fields ok 2946 - 10 fields ok 2947 - content ok 2948 - -- \t \t ; 0 ok 2949 - check always_quote ok 2950 - check escape_char ok 2951 - check quote_char ok 2952 - check sep_char ok 2953 - combine ok 2954 - string ok 2955 - parse ok 2956 - fields ok 2957 - 10 fields ok 2958 - content ok 2959 - -- \t \t \t 0 ok 2960 - check always_quote ok 2961 - check escape_char ok 2962 - check quote_char ok 2963 - check sep_char ok 2964 - Illegal combo for combine ok 2965 - illegal combo for parse ok 2966 - -- \t \t \ 0 ok 2967 - check always_quote ok 2968 - check escape_char ok 2969 - check quote_char ok 2970 - check sep_char ok 2971 - combine ok 2972 - string ok 2973 - parse ok 2974 - fields ok 2975 - 10 fields ok 2976 - content ok 2977 - -- \t \t ~ 0 ok 2978 - check always_quote ok 2979 - check escape_char ok 2980 - check quote_char ok 2981 - check sep_char ok 2982 - combine ok 2983 - string ok 2984 - parse ok 2985 - fields ok 2986 - 10 fields ok 2987 - content ok 2988 - -- \t \t \x{00} 0 ok 2989 - check always_quote ok 2990 - check escape_char ok 2991 - check quote_char ok 2992 - check sep_char ok 2993 - combine ok 2994 - string ok 2995 - parse ok 2996 - fields ok 2997 - 10 fields ok 2998 - content ok 2999 - -- \t \ " 0 ok 3000 - check always_quote ok 3001 - check escape_char ok 3002 - check quote_char ok 3003 - check sep_char ok 3004 - combine ok 3005 - string ok 3006 - parse ok 3007 - fields ok 3008 - 10 fields ok 3009 - content ok 3010 - -- \t \ ' 0 ok 3011 - check always_quote ok 3012 - check escape_char ok 3013 - check quote_char ok 3014 - check sep_char ok 3015 - combine ok 3016 - string ok 3017 - parse ok 3018 - fields ok 3019 - 10 fields ok 3020 - content ok 3021 - -- \t \ , 0 ok 3022 - check always_quote ok 3023 - check escape_char ok 3024 - check quote_char ok 3025 - check sep_char ok 3026 - combine ok 3027 - string ok 3028 - parse ok 3029 - fields ok 3030 - 10 fields ok 3031 - content ok 3032 - -- \t \ ; 0 ok 3033 - check always_quote ok 3034 - check escape_char ok 3035 - check quote_char ok 3036 - check sep_char ok 3037 - combine ok 3038 - string ok 3039 - parse ok 3040 - fields ok 3041 - 10 fields ok 3042 - content ok 3043 - -- \t \ \t 0 ok 3044 - check always_quote ok 3045 - check escape_char ok 3046 - check quote_char ok 3047 - check sep_char ok 3048 - Illegal combo for combine ok 3049 - illegal combo for parse ok 3050 - -- \t \ \ 0 ok 3051 - check always_quote ok 3052 - check escape_char ok 3053 - check quote_char ok 3054 - check sep_char ok 3055 - Illegal combo for combine ok 3056 - illegal combo for parse ok 3057 - -- \t \ ~ 0 ok 3058 - check always_quote ok 3059 - check escape_char ok 3060 - check quote_char ok 3061 - check sep_char ok 3062 - combine ok 3063 - string ok 3064 - parse ok 3065 - fields ok 3066 - 10 fields ok 3067 - content ok 3068 - -- \t \ \x{00} 0 ok 3069 - check always_quote ok 3070 - check escape_char ok 3071 - check quote_char ok 3072 - check sep_char ok 3073 - combine ok 3074 - string ok 3075 - parse ok 3076 - fields ok 3077 - 10 fields ok 3078 - content ok 3079 - -- \t ~ " 0 ok 3080 - check always_quote ok 3081 - check escape_char ok 3082 - check quote_char ok 3083 - check sep_char ok 3084 - combine ok 3085 - string ok 3086 - parse ok 3087 - fields ok 3088 - 10 fields ok 3089 - content ok 3090 - -- \t ~ ' 0 ok 3091 - check always_quote ok 3092 - check escape_char ok 3093 - check quote_char ok 3094 - check sep_char ok 3095 - combine ok 3096 - string ok 3097 - parse ok 3098 - fields ok 3099 - 10 fields ok 3100 - content ok 3101 - -- \t ~ , 0 ok 3102 - check always_quote ok 3103 - check escape_char ok 3104 - check quote_char ok 3105 - check sep_char ok 3106 - combine ok 3107 - string ok 3108 - parse ok 3109 - fields ok 3110 - 10 fields ok 3111 - content ok 3112 - -- \t ~ ; 0 ok 3113 - check always_quote ok 3114 - check escape_char ok 3115 - check quote_char ok 3116 - check sep_char ok 3117 - combine ok 3118 - string ok 3119 - parse ok 3120 - fields ok 3121 - 10 fields ok 3122 - content ok 3123 - -- \t ~ \t 0 ok 3124 - check always_quote ok 3125 - check escape_char ok 3126 - check quote_char ok 3127 - check sep_char ok 3128 - Illegal combo for combine ok 3129 - illegal combo for parse ok 3130 - -- \t ~ \ 0 ok 3131 - check always_quote ok 3132 - check escape_char ok 3133 - check quote_char ok 3134 - check sep_char ok 3135 - combine ok 3136 - string ok 3137 - parse ok 3138 - fields ok 3139 - 10 fields ok 3140 - content ok 3141 - -- \t ~ ~ 0 ok 3142 - check always_quote ok 3143 - check escape_char ok 3144 - check quote_char ok 3145 - check sep_char ok 3146 - Illegal combo for combine ok 3147 - illegal combo for parse ok 3148 - -- \t ~ \x{00} 0 ok 3149 - check always_quote ok 3150 - check escape_char ok 3151 - check quote_char ok 3152 - check sep_char ok 3153 - combine ok 3154 - string ok 3155 - parse ok 3156 - fields ok 3157 - 10 fields ok 3158 - content ok 3159 - -- \t + " 0 ok 3160 - check always_quote ok 3161 - check escape_char ok 3162 - check quote_char ok 3163 - check sep_char ok 3164 - combine ok 3165 - string ok 3166 - parse ok 3167 - fields ok 3168 - 10 fields ok 3169 - content ok 3170 - -- \t + ' 0 ok 3171 - check always_quote ok 3172 - check escape_char ok 3173 - check quote_char ok 3174 - check sep_char ok 3175 - combine ok 3176 - string ok 3177 - parse ok 3178 - fields ok 3179 - 10 fields ok 3180 - content ok 3181 - -- \t + , 0 ok 3182 - check always_quote ok 3183 - check escape_char ok 3184 - check quote_char ok 3185 - check sep_char ok 3186 - combine ok 3187 - string ok 3188 - parse ok 3189 - fields ok 3190 - 10 fields ok 3191 - content ok 3192 - -- \t + ; 0 ok 3193 - check always_quote ok 3194 - check escape_char ok 3195 - check quote_char ok 3196 - check sep_char ok 3197 - combine ok 3198 - string ok 3199 - parse ok 3200 - fields ok 3201 - 10 fields ok 3202 - content ok 3203 - -- \t + \t 0 ok 3204 - check always_quote ok 3205 - check escape_char ok 3206 - check quote_char ok 3207 - check sep_char ok 3208 - Illegal combo for combine ok 3209 - illegal combo for parse ok 3210 - -- \t + \ 0 ok 3211 - check always_quote ok 3212 - check escape_char ok 3213 - check quote_char ok 3214 - check sep_char ok 3215 - combine ok 3216 - string ok 3217 - parse ok 3218 - fields ok 3219 - 10 fields ok 3220 - content ok 3221 - -- \t + ~ 0 ok 3222 - check always_quote ok 3223 - check escape_char ok 3224 - check quote_char ok 3225 - check sep_char ok 3226 - combine ok 3227 - string ok 3228 - parse ok 3229 - fields ok 3230 - 10 fields ok 3231 - content ok 3232 - -- \t + \x{00} 0 ok 3233 - check always_quote ok 3234 - check escape_char ok 3235 - check quote_char ok 3236 - check sep_char ok 3237 - combine ok 3238 - string ok 3239 - parse ok 3240 - fields ok 3241 - 10 fields ok 3242 - content ok 3243 - -- \ " " 0 ok 3244 - check always_quote ok 3245 - check escape_char ok 3246 - check quote_char ok 3247 - check sep_char ok 3248 - Illegal combo for combine ok 3249 - illegal combo for parse ok 3250 - -- \ " ' 0 ok 3251 - check always_quote ok 3252 - check escape_char ok 3253 - check quote_char ok 3254 - check sep_char ok 3255 - combine ok 3256 - string ok 3257 - parse ok 3258 - fields ok 3259 - 10 fields ok 3260 - content ok 3261 - -- \ " , 0 ok 3262 - check always_quote ok 3263 - check escape_char ok 3264 - check quote_char ok 3265 - check sep_char ok 3266 - combine ok 3267 - string ok 3268 - parse ok 3269 - fields ok 3270 - 10 fields ok 3271 - content ok 3272 - -- \ " ; 0 ok 3273 - check always_quote ok 3274 - check escape_char ok 3275 - check quote_char ok 3276 - check sep_char ok 3277 - combine ok 3278 - string ok 3279 - parse ok 3280 - fields ok 3281 - 10 fields ok 3282 - content ok 3283 - -- \ " \t 0 ok 3284 - check always_quote ok 3285 - check escape_char ok 3286 - check quote_char ok 3287 - check sep_char ok 3288 - combine ok 3289 - string ok 3290 - parse ok 3291 - fields ok 3292 - 10 fields ok 3293 - content ok 3294 - -- \ " \ 0 ok 3295 - check always_quote ok 3296 - check escape_char ok 3297 - check quote_char ok 3298 - check sep_char ok 3299 - Illegal combo for combine ok 3300 - illegal combo for parse ok 3301 - -- \ " ~ 0 ok 3302 - check always_quote ok 3303 - check escape_char ok 3304 - check quote_char ok 3305 - check sep_char ok 3306 - combine ok 3307 - string ok 3308 - parse ok 3309 - fields ok 3310 - 10 fields ok 3311 - content ok 3312 - -- \ " \x{00} 0 ok 3313 - check always_quote ok 3314 - check escape_char ok 3315 - check quote_char ok 3316 - check sep_char ok 3317 - combine ok 3318 - string ok 3319 - parse ok 3320 - fields ok 3321 - 10 fields ok 3322 - content ok 3323 - -- \ ' " 0 ok 3324 - check always_quote ok 3325 - check escape_char ok 3326 - check quote_char ok 3327 - check sep_char ok 3328 - combine ok 3329 - string ok 3330 - parse ok 3331 - fields ok 3332 - 10 fields ok 3333 - content ok 3334 - -- \ ' ' 0 ok 3335 - check always_quote ok 3336 - check escape_char ok 3337 - check quote_char ok 3338 - check sep_char ok 3339 - Illegal combo for combine ok 3340 - illegal combo for parse ok 3341 - -- \ ' , 0 ok 3342 - check always_quote ok 3343 - check escape_char ok 3344 - check quote_char ok 3345 - check sep_char ok 3346 - combine ok 3347 - string ok 3348 - parse ok 3349 - fields ok 3350 - 10 fields ok 3351 - content ok 3352 - -- \ ' ; 0 ok 3353 - check always_quote ok 3354 - check escape_char ok 3355 - check quote_char ok 3356 - check sep_char ok 3357 - combine ok 3358 - string ok 3359 - parse ok 3360 - fields ok 3361 - 10 fields ok 3362 - content ok 3363 - -- \ ' \t 0 ok 3364 - check always_quote ok 3365 - check escape_char ok 3366 - check quote_char ok 3367 - check sep_char ok 3368 - combine ok 3369 - string ok 3370 - parse ok 3371 - fields ok 3372 - 10 fields ok 3373 - content ok 3374 - -- \ ' \ 0 ok 3375 - check always_quote ok 3376 - check escape_char ok 3377 - check quote_char ok 3378 - check sep_char ok 3379 - Illegal combo for combine ok 3380 - illegal combo for parse ok 3381 - -- \ ' ~ 0 ok 3382 - check always_quote ok 3383 - check escape_char ok 3384 - check quote_char ok 3385 - check sep_char ok 3386 - combine ok 3387 - string ok 3388 - parse ok 3389 - fields ok 3390 - 10 fields ok 3391 - content ok 3392 - -- \ ' \x{00} 0 ok 3393 - check always_quote ok 3394 - check escape_char ok 3395 - check quote_char ok 3396 - check sep_char ok 3397 - combine ok 3398 - string ok 3399 - parse ok 3400 - fields ok 3401 - 10 fields ok 3402 - content ok 3403 - -- \ , " 0 ok 3404 - check always_quote ok 3405 - check escape_char ok 3406 - check quote_char ok 3407 - check sep_char ok 3408 - combine ok 3409 - string ok 3410 - parse ok 3411 - fields ok 3412 - 10 fields ok 3413 - content ok 3414 - -- \ , ' 0 ok 3415 - check always_quote ok 3416 - check escape_char ok 3417 - check quote_char ok 3418 - check sep_char ok 3419 - combine ok 3420 - string ok 3421 - parse ok 3422 - fields ok 3423 - 10 fields ok 3424 - content ok 3425 - -- \ , , 0 ok 3426 - check always_quote ok 3427 - check escape_char ok 3428 - check quote_char ok 3429 - check sep_char ok 3430 - Illegal combo for combine ok 3431 - illegal combo for parse ok 3432 - -- \ , ; 0 ok 3433 - check always_quote ok 3434 - check escape_char ok 3435 - check quote_char ok 3436 - check sep_char ok 3437 - combine ok 3438 - string ok 3439 - parse ok 3440 - fields ok 3441 - 10 fields ok 3442 - content ok 3443 - -- \ , \t 0 ok 3444 - check always_quote ok 3445 - check escape_char ok 3446 - check quote_char ok 3447 - check sep_char ok 3448 - combine ok 3449 - string ok 3450 - parse ok 3451 - fields ok 3452 - 10 fields ok 3453 - content ok 3454 - -- \ , \ 0 ok 3455 - check always_quote ok 3456 - check escape_char ok 3457 - check quote_char ok 3458 - check sep_char ok 3459 - Illegal combo for combine ok 3460 - illegal combo for parse ok 3461 - -- \ , ~ 0 ok 3462 - check always_quote ok 3463 - check escape_char ok 3464 - check quote_char ok 3465 - check sep_char ok 3466 - combine ok 3467 - string ok 3468 - parse ok 3469 - fields ok 3470 - 10 fields ok 3471 - content ok 3472 - -- \ , \x{00} 0 ok 3473 - check always_quote ok 3474 - check escape_char ok 3475 - check quote_char ok 3476 - check sep_char ok 3477 - combine ok 3478 - string ok 3479 - parse ok 3480 - fields ok 3481 - 10 fields ok 3482 - content ok 3483 - -- \ ; " 0 ok 3484 - check always_quote ok 3485 - check escape_char ok 3486 - check quote_char ok 3487 - check sep_char ok 3488 - combine ok 3489 - string ok 3490 - parse ok 3491 - fields ok 3492 - 10 fields ok 3493 - content ok 3494 - -- \ ; ' 0 ok 3495 - check always_quote ok 3496 - check escape_char ok 3497 - check quote_char ok 3498 - check sep_char ok 3499 - combine ok 3500 - string ok 3501 - parse ok 3502 - fields ok 3503 - 10 fields ok 3504 - content ok 3505 - -- \ ; , 0 ok 3506 - check always_quote ok 3507 - check escape_char ok 3508 - check quote_char ok 3509 - check sep_char ok 3510 - combine ok 3511 - string ok 3512 - parse ok 3513 - fields ok 3514 - 10 fields ok 3515 - content ok 3516 - -- \ ; ; 0 ok 3517 - check always_quote ok 3518 - check escape_char ok 3519 - check quote_char ok 3520 - check sep_char ok 3521 - Illegal combo for combine ok 3522 - illegal combo for parse ok 3523 - -- \ ; \t 0 ok 3524 - check always_quote ok 3525 - check escape_char ok 3526 - check quote_char ok 3527 - check sep_char ok 3528 - combine ok 3529 - string ok 3530 - parse ok 3531 - fields ok 3532 - 10 fields ok 3533 - content ok 3534 - -- \ ; \ 0 ok 3535 - check always_quote ok 3536 - check escape_char ok 3537 - check quote_char ok 3538 - check sep_char ok 3539 - Illegal combo for combine ok 3540 - illegal combo for parse ok 3541 - -- \ ; ~ 0 ok 3542 - check always_quote ok 3543 - check escape_char ok 3544 - check quote_char ok 3545 - check sep_char ok 3546 - combine ok 3547 - string ok 3548 - parse ok 3549 - fields ok 3550 - 10 fields ok 3551 - content ok 3552 - -- \ ; \x{00} 0 ok 3553 - check always_quote ok 3554 - check escape_char ok 3555 - check quote_char ok 3556 - check sep_char ok 3557 - combine ok 3558 - string ok 3559 - parse ok 3560 - fields ok 3561 - 10 fields ok 3562 - content ok 3563 - -- \ \t " 0 ok 3564 - check always_quote ok 3565 - check escape_char ok 3566 - check quote_char ok 3567 - check sep_char ok 3568 - combine ok 3569 - string ok 3570 - parse ok 3571 - fields ok 3572 - 10 fields ok 3573 - content ok 3574 - -- \ \t ' 0 ok 3575 - check always_quote ok 3576 - check escape_char ok 3577 - check quote_char ok 3578 - check sep_char ok 3579 - combine ok 3580 - string ok 3581 - parse ok 3582 - fields ok 3583 - 10 fields ok 3584 - content ok 3585 - -- \ \t , 0 ok 3586 - check always_quote ok 3587 - check escape_char ok 3588 - check quote_char ok 3589 - check sep_char ok 3590 - combine ok 3591 - string ok 3592 - parse ok 3593 - fields ok 3594 - 10 fields ok 3595 - content ok 3596 - -- \ \t ; 0 ok 3597 - check always_quote ok 3598 - check escape_char ok 3599 - check quote_char ok 3600 - check sep_char ok 3601 - combine ok 3602 - string ok 3603 - parse ok 3604 - fields ok 3605 - 10 fields ok 3606 - content ok 3607 - -- \ \t \t 0 ok 3608 - check always_quote ok 3609 - check escape_char ok 3610 - check quote_char ok 3611 - check sep_char ok 3612 - Illegal combo for combine ok 3613 - illegal combo for parse ok 3614 - -- \ \t \ 0 ok 3615 - check always_quote ok 3616 - check escape_char ok 3617 - check quote_char ok 3618 - check sep_char ok 3619 - Illegal combo for combine ok 3620 - illegal combo for parse ok 3621 - -- \ \t ~ 0 ok 3622 - check always_quote ok 3623 - check escape_char ok 3624 - check quote_char ok 3625 - check sep_char ok 3626 - combine ok 3627 - string ok 3628 - parse ok 3629 - fields ok 3630 - 10 fields ok 3631 - content ok 3632 - -- \ \t \x{00} 0 ok 3633 - check always_quote ok 3634 - check escape_char ok 3635 - check quote_char ok 3636 - check sep_char ok 3637 - combine ok 3638 - string ok 3639 - parse ok 3640 - fields ok 3641 - 10 fields ok 3642 - content ok 3643 - -- \ \ " 0 ok 3644 - check always_quote ok 3645 - check escape_char ok 3646 - check quote_char ok 3647 - check sep_char ok 3648 - combine ok 3649 - string ok 3650 - parse ok 3651 - fields ok 3652 - 10 fields ok 3653 - content ok 3654 - -- \ \ ' 0 ok 3655 - check always_quote ok 3656 - check escape_char ok 3657 - check quote_char ok 3658 - check sep_char ok 3659 - combine ok 3660 - string ok 3661 - parse ok 3662 - fields ok 3663 - 10 fields ok 3664 - content ok 3665 - -- \ \ , 0 ok 3666 - check always_quote ok 3667 - check escape_char ok 3668 - check quote_char ok 3669 - check sep_char ok 3670 - combine ok 3671 - string ok 3672 - parse ok 3673 - fields ok 3674 - 10 fields ok 3675 - content ok 3676 - -- \ \ ; 0 ok 3677 - check always_quote ok 3678 - check escape_char ok 3679 - check quote_char ok 3680 - check sep_char ok 3681 - combine ok 3682 - string ok 3683 - parse ok 3684 - fields ok 3685 - 10 fields ok 3686 - content ok 3687 - -- \ \ \t 0 ok 3688 - check always_quote ok 3689 - check escape_char ok 3690 - check quote_char ok 3691 - check sep_char ok 3692 - combine ok 3693 - string ok 3694 - parse ok 3695 - fields ok 3696 - 10 fields ok 3697 - content ok 3698 - -- \ \ \ 0 ok 3699 - check always_quote ok 3700 - check escape_char ok 3701 - check quote_char ok 3702 - check sep_char ok 3703 - Illegal combo for combine ok 3704 - illegal combo for parse ok 3705 - -- \ \ ~ 0 ok 3706 - check always_quote ok 3707 - check escape_char ok 3708 - check quote_char ok 3709 - check sep_char ok 3710 - combine ok 3711 - string ok 3712 - parse ok 3713 - fields ok 3714 - 10 fields ok 3715 - content ok 3716 - -- \ \ \x{00} 0 ok 3717 - check always_quote ok 3718 - check escape_char ok 3719 - check quote_char ok 3720 - check sep_char ok 3721 - combine ok 3722 - string ok 3723 - parse ok 3724 - fields ok 3725 - 10 fields ok 3726 - content ok 3727 - -- \ ~ " 0 ok 3728 - check always_quote ok 3729 - check escape_char ok 3730 - check quote_char ok 3731 - check sep_char ok 3732 - combine ok 3733 - string ok 3734 - parse ok 3735 - fields ok 3736 - 10 fields ok 3737 - content ok 3738 - -- \ ~ ' 0 ok 3739 - check always_quote ok 3740 - check escape_char ok 3741 - check quote_char ok 3742 - check sep_char ok 3743 - combine ok 3744 - string ok 3745 - parse ok 3746 - fields ok 3747 - 10 fields ok 3748 - content ok 3749 - -- \ ~ , 0 ok 3750 - check always_quote ok 3751 - check escape_char ok 3752 - check quote_char ok 3753 - check sep_char ok 3754 - combine ok 3755 - string ok 3756 - parse ok 3757 - fields ok 3758 - 10 fields ok 3759 - content ok 3760 - -- \ ~ ; 0 ok 3761 - check always_quote ok 3762 - check escape_char ok 3763 - check quote_char ok 3764 - check sep_char ok 3765 - combine ok 3766 - string ok 3767 - parse ok 3768 - fields ok 3769 - 10 fields ok 3770 - content ok 3771 - -- \ ~ \t 0 ok 3772 - check always_quote ok 3773 - check escape_char ok 3774 - check quote_char ok 3775 - check sep_char ok 3776 - combine ok 3777 - string ok 3778 - parse ok 3779 - fields ok 3780 - 10 fields ok 3781 - content ok 3782 - -- \ ~ \ 0 ok 3783 - check always_quote ok 3784 - check escape_char ok 3785 - check quote_char ok 3786 - check sep_char ok 3787 - Illegal combo for combine ok 3788 - illegal combo for parse ok 3789 - -- \ ~ ~ 0 ok 3790 - check always_quote ok 3791 - check escape_char ok 3792 - check quote_char ok 3793 - check sep_char ok 3794 - Illegal combo for combine ok 3795 - illegal combo for parse ok 3796 - -- \ ~ \x{00} 0 ok 3797 - check always_quote ok 3798 - check escape_char ok 3799 - check quote_char ok 3800 - check sep_char ok 3801 - combine ok 3802 - string ok 3803 - parse ok 3804 - fields ok 3805 - 10 fields ok 3806 - content ok 3807 - -- \ + " 0 ok 3808 - check always_quote ok 3809 - check escape_char ok 3810 - check quote_char ok 3811 - check sep_char ok 3812 - combine ok 3813 - string ok 3814 - parse ok 3815 - fields ok 3816 - 10 fields ok 3817 - content ok 3818 - -- \ + ' 0 ok 3819 - check always_quote ok 3820 - check escape_char ok 3821 - check quote_char ok 3822 - check sep_char ok 3823 - combine ok 3824 - string ok 3825 - parse ok 3826 - fields ok 3827 - 10 fields ok 3828 - content ok 3829 - -- \ + , 0 ok 3830 - check always_quote ok 3831 - check escape_char ok 3832 - check quote_char ok 3833 - check sep_char ok 3834 - combine ok 3835 - string ok 3836 - parse ok 3837 - fields ok 3838 - 10 fields ok 3839 - content ok 3840 - -- \ + ; 0 ok 3841 - check always_quote ok 3842 - check escape_char ok 3843 - check quote_char ok 3844 - check sep_char ok 3845 - combine ok 3846 - string ok 3847 - parse ok 3848 - fields ok 3849 - 10 fields ok 3850 - content ok 3851 - -- \ + \t 0 ok 3852 - check always_quote ok 3853 - check escape_char ok 3854 - check quote_char ok 3855 - check sep_char ok 3856 - combine ok 3857 - string ok 3858 - parse ok 3859 - fields ok 3860 - 10 fields ok 3861 - content ok 3862 - -- \ + \ 0 ok 3863 - check always_quote ok 3864 - check escape_char ok 3865 - check quote_char ok 3866 - check sep_char ok 3867 - Illegal combo for combine ok 3868 - illegal combo for parse ok 3869 - -- \ + ~ 0 ok 3870 - check always_quote ok 3871 - check escape_char ok 3872 - check quote_char ok 3873 - check sep_char ok 3874 - combine ok 3875 - string ok 3876 - parse ok 3877 - fields ok 3878 - 10 fields ok 3879 - content ok 3880 - -- \ + \x{00} 0 ok 3881 - check always_quote ok 3882 - check escape_char ok 3883 - check quote_char ok 3884 - check sep_char ok 3885 - combine ok 3886 - string ok 3887 - parse ok 3888 - fields ok 3889 - 10 fields ok 3890 - content ok 3891 - -- ~ " " 0 ok 3892 - check always_quote ok 3893 - check escape_char ok 3894 - check quote_char ok 3895 - check sep_char ok 3896 - Illegal combo for combine ok 3897 - illegal combo for parse ok 3898 - -- ~ " ' 0 ok 3899 - check always_quote ok 3900 - check escape_char ok 3901 - check quote_char ok 3902 - check sep_char ok 3903 - combine ok 3904 - string ok 3905 - parse ok 3906 - fields ok 3907 - 10 fields ok 3908 - content ok 3909 - -- ~ " , 0 ok 3910 - check always_quote ok 3911 - check escape_char ok 3912 - check quote_char ok 3913 - check sep_char ok 3914 - combine ok 3915 - string ok 3916 - parse ok 3917 - fields ok 3918 - 10 fields ok 3919 - content ok 3920 - -- ~ " ; 0 ok 3921 - check always_quote ok 3922 - check escape_char ok 3923 - check quote_char ok 3924 - check sep_char ok 3925 - combine ok 3926 - string ok 3927 - parse ok 3928 - fields ok 3929 - 10 fields ok 3930 - content ok 3931 - -- ~ " \t 0 ok 3932 - check always_quote ok 3933 - check escape_char ok 3934 - check quote_char ok 3935 - check sep_char ok 3936 - combine ok 3937 - string ok 3938 - parse ok 3939 - fields ok 3940 - 10 fields ok 3941 - content ok 3942 - -- ~ " \ 0 ok 3943 - check always_quote ok 3944 - check escape_char ok 3945 - check quote_char ok 3946 - check sep_char ok 3947 - combine ok 3948 - string ok 3949 - parse ok 3950 - fields ok 3951 - 10 fields ok 3952 - content ok 3953 - -- ~ " ~ 0 ok 3954 - check always_quote ok 3955 - check escape_char ok 3956 - check quote_char ok 3957 - check sep_char ok 3958 - Illegal combo for combine ok 3959 - illegal combo for parse ok 3960 - -- ~ " \x{00} 0 ok 3961 - check always_quote ok 3962 - check escape_char ok 3963 - check quote_char ok 3964 - check sep_char ok 3965 - combine ok 3966 - string ok 3967 - parse ok 3968 - fields ok 3969 - 10 fields ok 3970 - content ok 3971 - -- ~ ' " 0 ok 3972 - check always_quote ok 3973 - check escape_char ok 3974 - check quote_char ok 3975 - check sep_char ok 3976 - combine ok 3977 - string ok 3978 - parse ok 3979 - fields ok 3980 - 10 fields ok 3981 - content ok 3982 - -- ~ ' ' 0 ok 3983 - check always_quote ok 3984 - check escape_char ok 3985 - check quote_char ok 3986 - check sep_char ok 3987 - Illegal combo for combine ok 3988 - illegal combo for parse ok 3989 - -- ~ ' , 0 ok 3990 - check always_quote ok 3991 - check escape_char ok 3992 - check quote_char ok 3993 - check sep_char ok 3994 - combine ok 3995 - string ok 3996 - parse ok 3997 - fields ok 3998 - 10 fields ok 3999 - content ok 4000 - -- ~ ' ; 0 ok 4001 - check always_quote ok 4002 - check escape_char ok 4003 - check quote_char ok 4004 - check sep_char ok 4005 - combine ok 4006 - string ok 4007 - parse ok 4008 - fields ok 4009 - 10 fields ok 4010 - content ok 4011 - -- ~ ' \t 0 ok 4012 - check always_quote ok 4013 - check escape_char ok 4014 - check quote_char ok 4015 - check sep_char ok 4016 - combine ok 4017 - string ok 4018 - parse ok 4019 - fields ok 4020 - 10 fields ok 4021 - content ok 4022 - -- ~ ' \ 0 ok 4023 - check always_quote ok 4024 - check escape_char ok 4025 - check quote_char ok 4026 - check sep_char ok 4027 - combine ok 4028 - string ok 4029 - parse ok 4030 - fields ok 4031 - 10 fields ok 4032 - content ok 4033 - -- ~ ' ~ 0 ok 4034 - check always_quote ok 4035 - check escape_char ok 4036 - check quote_char ok 4037 - check sep_char ok 4038 - Illegal combo for combine ok 4039 - illegal combo for parse ok 4040 - -- ~ ' \x{00} 0 ok 4041 - check always_quote ok 4042 - check escape_char ok 4043 - check quote_char ok 4044 - check sep_char ok 4045 - combine ok 4046 - string ok 4047 - parse ok 4048 - fields ok 4049 - 10 fields ok 4050 - content ok 4051 - -- ~ , " 0 ok 4052 - check always_quote ok 4053 - check escape_char ok 4054 - check quote_char ok 4055 - check sep_char ok 4056 - combine ok 4057 - string ok 4058 - parse ok 4059 - fields ok 4060 - 10 fields ok 4061 - content ok 4062 - -- ~ , ' 0 ok 4063 - check always_quote ok 4064 - check escape_char ok 4065 - check quote_char ok 4066 - check sep_char ok 4067 - combine ok 4068 - string ok 4069 - parse ok 4070 - fields ok 4071 - 10 fields ok 4072 - content ok 4073 - -- ~ , , 0 ok 4074 - check always_quote ok 4075 - check escape_char ok 4076 - check quote_char ok 4077 - check sep_char ok 4078 - Illegal combo for combine ok 4079 - illegal combo for parse ok 4080 - -- ~ , ; 0 ok 4081 - check always_quote ok 4082 - check escape_char ok 4083 - check quote_char ok 4084 - check sep_char ok 4085 - combine ok 4086 - string ok 4087 - parse ok 4088 - fields ok 4089 - 10 fields ok 4090 - content ok 4091 - -- ~ , \t 0 ok 4092 - check always_quote ok 4093 - check escape_char ok 4094 - check quote_char ok 4095 - check sep_char ok 4096 - combine ok 4097 - string ok 4098 - parse ok 4099 - fields ok 4100 - 10 fields ok 4101 - content ok 4102 - -- ~ , \ 0 ok 4103 - check always_quote ok 4104 - check escape_char ok 4105 - check quote_char ok 4106 - check sep_char ok 4107 - combine ok 4108 - string ok 4109 - parse ok 4110 - fields ok 4111 - 10 fields ok 4112 - content ok 4113 - -- ~ , ~ 0 ok 4114 - check always_quote ok 4115 - check escape_char ok 4116 - check quote_char ok 4117 - check sep_char ok 4118 - Illegal combo for combine ok 4119 - illegal combo for parse ok 4120 - -- ~ , \x{00} 0 ok 4121 - check always_quote ok 4122 - check escape_char ok 4123 - check quote_char ok 4124 - check sep_char ok 4125 - combine ok 4126 - string ok 4127 - parse ok 4128 - fields ok 4129 - 10 fields ok 4130 - content ok 4131 - -- ~ ; " 0 ok 4132 - check always_quote ok 4133 - check escape_char ok 4134 - check quote_char ok 4135 - check sep_char ok 4136 - combine ok 4137 - string ok 4138 - parse ok 4139 - fields ok 4140 - 10 fields ok 4141 - content ok 4142 - -- ~ ; ' 0 ok 4143 - check always_quote ok 4144 - check escape_char ok 4145 - check quote_char ok 4146 - check sep_char ok 4147 - combine ok 4148 - string ok 4149 - parse ok 4150 - fields ok 4151 - 10 fields ok 4152 - content ok 4153 - -- ~ ; , 0 ok 4154 - check always_quote ok 4155 - check escape_char ok 4156 - check quote_char ok 4157 - check sep_char ok 4158 - combine ok 4159 - string ok 4160 - parse ok 4161 - fields ok 4162 - 10 fields ok 4163 - content ok 4164 - -- ~ ; ; 0 ok 4165 - check always_quote ok 4166 - check escape_char ok 4167 - check quote_char ok 4168 - check sep_char ok 4169 - Illegal combo for combine ok 4170 - illegal combo for parse ok 4171 - -- ~ ; \t 0 ok 4172 - check always_quote ok 4173 - check escape_char ok 4174 - check quote_char ok 4175 - check sep_char ok 4176 - combine ok 4177 - string ok 4178 - parse ok 4179 - fields ok 4180 - 10 fields ok 4181 - content ok 4182 - -- ~ ; \ 0 ok 4183 - check always_quote ok 4184 - check escape_char ok 4185 - check quote_char ok 4186 - check sep_char ok 4187 - combine ok 4188 - string ok 4189 - parse ok 4190 - fields ok 4191 - 10 fields ok 4192 - content ok 4193 - -- ~ ; ~ 0 ok 4194 - check always_quote ok 4195 - check escape_char ok 4196 - check quote_char ok 4197 - check sep_char ok 4198 - Illegal combo for combine ok 4199 - illegal combo for parse ok 4200 - -- ~ ; \x{00} 0 ok 4201 - check always_quote ok 4202 - check escape_char ok 4203 - check quote_char ok 4204 - check sep_char ok 4205 - combine ok 4206 - string ok 4207 - parse ok 4208 - fields ok 4209 - 10 fields ok 4210 - content ok 4211 - -- ~ \t " 0 ok 4212 - check always_quote ok 4213 - check escape_char ok 4214 - check quote_char ok 4215 - check sep_char ok 4216 - combine ok 4217 - string ok 4218 - parse ok 4219 - fields ok 4220 - 10 fields ok 4221 - content ok 4222 - -- ~ \t ' 0 ok 4223 - check always_quote ok 4224 - check escape_char ok 4225 - check quote_char ok 4226 - check sep_char ok 4227 - combine ok 4228 - string ok 4229 - parse ok 4230 - fields ok 4231 - 10 fields ok 4232 - content ok 4233 - -- ~ \t , 0 ok 4234 - check always_quote ok 4235 - check escape_char ok 4236 - check quote_char ok 4237 - check sep_char ok 4238 - combine ok 4239 - string ok 4240 - parse ok 4241 - fields ok 4242 - 10 fields ok 4243 - content ok 4244 - -- ~ \t ; 0 ok 4245 - check always_quote ok 4246 - check escape_char ok 4247 - check quote_char ok 4248 - check sep_char ok 4249 - combine ok 4250 - string ok 4251 - parse ok 4252 - fields ok 4253 - 10 fields ok 4254 - content ok 4255 - -- ~ \t \t 0 ok 4256 - check always_quote ok 4257 - check escape_char ok 4258 - check quote_char ok 4259 - check sep_char ok 4260 - Illegal combo for combine ok 4261 - illegal combo for parse ok 4262 - -- ~ \t \ 0 ok 4263 - check always_quote ok 4264 - check escape_char ok 4265 - check quote_char ok 4266 - check sep_char ok 4267 - combine ok 4268 - string ok 4269 - parse ok 4270 - fields ok 4271 - 10 fields ok 4272 - content ok 4273 - -- ~ \t ~ 0 ok 4274 - check always_quote ok 4275 - check escape_char ok 4276 - check quote_char ok 4277 - check sep_char ok 4278 - Illegal combo for combine ok 4279 - illegal combo for parse ok 4280 - -- ~ \t \x{00} 0 ok 4281 - check always_quote ok 4282 - check escape_char ok 4283 - check quote_char ok 4284 - check sep_char ok 4285 - combine ok 4286 - string ok 4287 - parse ok 4288 - fields ok 4289 - 10 fields ok 4290 - content ok 4291 - -- ~ \ " 0 ok 4292 - check always_quote ok 4293 - check escape_char ok 4294 - check quote_char ok 4295 - check sep_char ok 4296 - combine ok 4297 - string ok 4298 - parse ok 4299 - fields ok 4300 - 10 fields ok 4301 - content ok 4302 - -- ~ \ ' 0 ok 4303 - check always_quote ok 4304 - check escape_char ok 4305 - check quote_char ok 4306 - check sep_char ok 4307 - combine ok 4308 - string ok 4309 - parse ok 4310 - fields ok 4311 - 10 fields ok 4312 - content ok 4313 - -- ~ \ , 0 ok 4314 - check always_quote ok 4315 - check escape_char ok 4316 - check quote_char ok 4317 - check sep_char ok 4318 - combine ok 4319 - string ok 4320 - parse ok 4321 - fields ok 4322 - 10 fields ok 4323 - content ok 4324 - -- ~ \ ; 0 ok 4325 - check always_quote ok 4326 - check escape_char ok 4327 - check quote_char ok 4328 - check sep_char ok 4329 - combine ok 4330 - string ok 4331 - parse ok 4332 - fields ok 4333 - 10 fields ok 4334 - content ok 4335 - -- ~ \ \t 0 ok 4336 - check always_quote ok 4337 - check escape_char ok 4338 - check quote_char ok 4339 - check sep_char ok 4340 - combine ok 4341 - string ok 4342 - parse ok 4343 - fields ok 4344 - 10 fields ok 4345 - content ok 4346 - -- ~ \ \ 0 ok 4347 - check always_quote ok 4348 - check escape_char ok 4349 - check quote_char ok 4350 - check sep_char ok 4351 - Illegal combo for combine ok 4352 - illegal combo for parse ok 4353 - -- ~ \ ~ 0 ok 4354 - check always_quote ok 4355 - check escape_char ok 4356 - check quote_char ok 4357 - check sep_char ok 4358 - Illegal combo for combine ok 4359 - illegal combo for parse ok 4360 - -- ~ \ \x{00} 0 ok 4361 - check always_quote ok 4362 - check escape_char ok 4363 - check quote_char ok 4364 - check sep_char ok 4365 - combine ok 4366 - string ok 4367 - parse ok 4368 - fields ok 4369 - 10 fields ok 4370 - content ok 4371 - -- ~ ~ " 0 ok 4372 - check always_quote ok 4373 - check escape_char ok 4374 - check quote_char ok 4375 - check sep_char ok 4376 - combine ok 4377 - string ok 4378 - parse ok 4379 - fields ok 4380 - 10 fields ok 4381 - content ok 4382 - -- ~ ~ ' 0 ok 4383 - check always_quote ok 4384 - check escape_char ok 4385 - check quote_char ok 4386 - check sep_char ok 4387 - combine ok 4388 - string ok 4389 - parse ok 4390 - fields ok 4391 - 10 fields ok 4392 - content ok 4393 - -- ~ ~ , 0 ok 4394 - check always_quote ok 4395 - check escape_char ok 4396 - check quote_char ok 4397 - check sep_char ok 4398 - combine ok 4399 - string ok 4400 - parse ok 4401 - fields ok 4402 - 10 fields ok 4403 - content ok 4404 - -- ~ ~ ; 0 ok 4405 - check always_quote ok 4406 - check escape_char ok 4407 - check quote_char ok 4408 - check sep_char ok 4409 - combine ok 4410 - string ok 4411 - parse ok 4412 - fields ok 4413 - 10 fields ok 4414 - content ok 4415 - -- ~ ~ \t 0 ok 4416 - check always_quote ok 4417 - check escape_char ok 4418 - check quote_char ok 4419 - check sep_char ok 4420 - combine ok 4421 - string ok 4422 - parse ok 4423 - fields ok 4424 - 10 fields ok 4425 - content ok 4426 - -- ~ ~ \ 0 ok 4427 - check always_quote ok 4428 - check escape_char ok 4429 - check quote_char ok 4430 - check sep_char ok 4431 - combine ok 4432 - string ok 4433 - parse ok 4434 - fields ok 4435 - 10 fields ok 4436 - content ok 4437 - -- ~ ~ ~ 0 ok 4438 - check always_quote ok 4439 - check escape_char ok 4440 - check quote_char ok 4441 - check sep_char ok 4442 - Illegal combo for combine ok 4443 - illegal combo for parse ok 4444 - -- ~ ~ \x{00} 0 ok 4445 - check always_quote ok 4446 - check escape_char ok 4447 - check quote_char ok 4448 - check sep_char ok 4449 - combine ok 4450 - string ok 4451 - parse ok 4452 - fields ok 4453 - 10 fields ok 4454 - content ok 4455 - -- ~ + " 0 ok 4456 - check always_quote ok 4457 - check escape_char ok 4458 - check quote_char ok 4459 - check sep_char ok 4460 - combine ok 4461 - string ok 4462 - parse ok 4463 - fields ok 4464 - 10 fields ok 4465 - content ok 4466 - -- ~ + ' 0 ok 4467 - check always_quote ok 4468 - check escape_char ok 4469 - check quote_char ok 4470 - check sep_char ok 4471 - combine ok 4472 - string ok 4473 - parse ok 4474 - fields ok 4475 - 10 fields ok 4476 - content ok 4477 - -- ~ + , 0 ok 4478 - check always_quote ok 4479 - check escape_char ok 4480 - check quote_char ok 4481 - check sep_char ok 4482 - combine ok 4483 - string ok 4484 - parse ok 4485 - fields ok 4486 - 10 fields ok 4487 - content ok 4488 - -- ~ + ; 0 ok 4489 - check always_quote ok 4490 - check escape_char ok 4491 - check quote_char ok 4492 - check sep_char ok 4493 - combine ok 4494 - string ok 4495 - parse ok 4496 - fields ok 4497 - 10 fields ok 4498 - content ok 4499 - -- ~ + \t 0 ok 4500 - check always_quote ok 4501 - check escape_char ok 4502 - check quote_char ok 4503 - check sep_char ok 4504 - combine ok 4505 - string ok 4506 - parse ok 4507 - fields ok 4508 - 10 fields ok 4509 - content ok 4510 - -- ~ + \ 0 ok 4511 - check always_quote ok 4512 - check escape_char ok 4513 - check quote_char ok 4514 - check sep_char ok 4515 - combine ok 4516 - string ok 4517 - parse ok 4518 - fields ok 4519 - 10 fields ok 4520 - content ok 4521 - -- ~ + ~ 0 ok 4522 - check always_quote ok 4523 - check escape_char ok 4524 - check quote_char ok 4525 - check sep_char ok 4526 - Illegal combo for combine ok 4527 - illegal combo for parse ok 4528 - -- ~ + \x{00} 0 ok 4529 - check always_quote ok 4530 - check escape_char ok 4531 - check quote_char ok 4532 - check sep_char ok 4533 - combine ok 4534 - string ok 4535 - parse ok 4536 - fields ok 4537 - 10 fields ok 4538 - content ok 4539 - -- " " " 1 ok 4540 - check always_quote ok 4541 - check escape_char ok 4542 - check quote_char ok 4543 - check sep_char ok 4544 - Illegal combo for combine ok 4545 - illegal combo for parse ok 4546 - -- " " ' 1 ok 4547 - check always_quote ok 4548 - check escape_char ok 4549 - check quote_char ok 4550 - check sep_char ok 4551 - combine ok 4552 - string ok 4553 - parse ok 4554 - fields ok 4555 - 10 fields ok 4556 - content ok 4557 - -- " " , 1 ok 4558 - check always_quote ok 4559 - check escape_char ok 4560 - check quote_char ok 4561 - check sep_char ok 4562 - combine ok 4563 - string ok 4564 - parse ok 4565 - fields ok 4566 - 10 fields ok 4567 - content ok 4568 - -- " " ; 1 ok 4569 - check always_quote ok 4570 - check escape_char ok 4571 - check quote_char ok 4572 - check sep_char ok 4573 - combine ok 4574 - string ok 4575 - parse ok 4576 - fields ok 4577 - 10 fields ok 4578 - content ok 4579 - -- " " \t 1 ok 4580 - check always_quote ok 4581 - check escape_char ok 4582 - check quote_char ok 4583 - check sep_char ok 4584 - combine ok 4585 - string ok 4586 - parse ok 4587 - fields ok 4588 - 10 fields ok 4589 - content ok 4590 - -- " " \ 1 ok 4591 - check always_quote ok 4592 - check escape_char ok 4593 - check quote_char ok 4594 - check sep_char ok 4595 - combine ok 4596 - string ok 4597 - parse ok 4598 - fields ok 4599 - 10 fields ok 4600 - content ok 4601 - -- " " ~ 1 ok 4602 - check always_quote ok 4603 - check escape_char ok 4604 - check quote_char ok 4605 - check sep_char ok 4606 - combine ok 4607 - string ok 4608 - parse ok 4609 - fields ok 4610 - 10 fields ok 4611 - content ok 4612 - -- " " \x{00} 1 ok 4613 - check always_quote ok 4614 - check escape_char ok 4615 - check quote_char ok 4616 - check sep_char ok 4617 - combine ok 4618 - string ok 4619 - parse ok 4620 - fields ok 4621 - 10 fields ok 4622 - content ok 4623 - -- " ' " 1 ok 4624 - check always_quote ok 4625 - check escape_char ok 4626 - check quote_char ok 4627 - check sep_char ok 4628 - Illegal combo for combine ok 4629 - illegal combo for parse ok 4630 - -- " ' ' 1 ok 4631 - check always_quote ok 4632 - check escape_char ok 4633 - check quote_char ok 4634 - check sep_char ok 4635 - Illegal combo for combine ok 4636 - illegal combo for parse ok 4637 - -- " ' , 1 ok 4638 - check always_quote ok 4639 - check escape_char ok 4640 - check quote_char ok 4641 - check sep_char ok 4642 - combine ok 4643 - string ok 4644 - parse ok 4645 - fields ok 4646 - 10 fields ok 4647 - content ok 4648 - -- " ' ; 1 ok 4649 - check always_quote ok 4650 - check escape_char ok 4651 - check quote_char ok 4652 - check sep_char ok 4653 - combine ok 4654 - string ok 4655 - parse ok 4656 - fields ok 4657 - 10 fields ok 4658 - content ok 4659 - -- " ' \t 1 ok 4660 - check always_quote ok 4661 - check escape_char ok 4662 - check quote_char ok 4663 - check sep_char ok 4664 - combine ok 4665 - string ok 4666 - parse ok 4667 - fields ok 4668 - 10 fields ok 4669 - content ok 4670 - -- " ' \ 1 ok 4671 - check always_quote ok 4672 - check escape_char ok 4673 - check quote_char ok 4674 - check sep_char ok 4675 - combine ok 4676 - string ok 4677 - parse ok 4678 - fields ok 4679 - 10 fields ok 4680 - content ok 4681 - -- " ' ~ 1 ok 4682 - check always_quote ok 4683 - check escape_char ok 4684 - check quote_char ok 4685 - check sep_char ok 4686 - combine ok 4687 - string ok 4688 - parse ok 4689 - fields ok 4690 - 10 fields ok 4691 - content ok 4692 - -- " ' \x{00} 1 ok 4693 - check always_quote ok 4694 - check escape_char ok 4695 - check quote_char ok 4696 - check sep_char ok 4697 - combine ok 4698 - string ok 4699 - parse ok 4700 - fields ok 4701 - 10 fields ok 4702 - content ok 4703 - -- " , " 1 ok 4704 - check always_quote ok 4705 - check escape_char ok 4706 - check quote_char ok 4707 - check sep_char ok 4708 - Illegal combo for combine ok 4709 - illegal combo for parse ok 4710 - -- " , ' 1 ok 4711 - check always_quote ok 4712 - check escape_char ok 4713 - check quote_char ok 4714 - check sep_char ok 4715 - combine ok 4716 - string ok 4717 - parse ok 4718 - fields ok 4719 - 10 fields ok 4720 - content ok 4721 - -- " , , 1 ok 4722 - check always_quote ok 4723 - check escape_char ok 4724 - check quote_char ok 4725 - check sep_char ok 4726 - Illegal combo for combine ok 4727 - illegal combo for parse ok 4728 - -- " , ; 1 ok 4729 - check always_quote ok 4730 - check escape_char ok 4731 - check quote_char ok 4732 - check sep_char ok 4733 - combine ok 4734 - string ok 4735 - parse ok 4736 - fields ok 4737 - 10 fields ok 4738 - content ok 4739 - -- " , \t 1 ok 4740 - check always_quote ok 4741 - check escape_char ok 4742 - check quote_char ok 4743 - check sep_char ok 4744 - combine ok 4745 - string ok 4746 - parse ok 4747 - fields ok 4748 - 10 fields ok 4749 - content ok 4750 - -- " , \ 1 ok 4751 - check always_quote ok 4752 - check escape_char ok 4753 - check quote_char ok 4754 - check sep_char ok 4755 - combine ok 4756 - string ok 4757 - parse ok 4758 - fields ok 4759 - 10 fields ok 4760 - content ok 4761 - -- " , ~ 1 ok 4762 - check always_quote ok 4763 - check escape_char ok 4764 - check quote_char ok 4765 - check sep_char ok 4766 - combine ok 4767 - string ok 4768 - parse ok 4769 - fields ok 4770 - 10 fields ok 4771 - content ok 4772 - -- " , \x{00} 1 ok 4773 - check always_quote ok 4774 - check escape_char ok 4775 - check quote_char ok 4776 - check sep_char ok 4777 - combine ok 4778 - string ok 4779 - parse ok 4780 - fields ok 4781 - 10 fields ok 4782 - content ok 4783 - -- " ; " 1 ok 4784 - check always_quote ok 4785 - check escape_char ok 4786 - check quote_char ok 4787 - check sep_char ok 4788 - Illegal combo for combine ok 4789 - illegal combo for parse ok 4790 - -- " ; ' 1 ok 4791 - check always_quote ok 4792 - check escape_char ok 4793 - check quote_char ok 4794 - check sep_char ok 4795 - combine ok 4796 - string ok 4797 - parse ok 4798 - fields ok 4799 - 10 fields ok 4800 - content ok 4801 - -- " ; , 1 ok 4802 - check always_quote ok 4803 - check escape_char ok 4804 - check quote_char ok 4805 - check sep_char ok 4806 - combine ok 4807 - string ok 4808 - parse ok 4809 - fields ok 4810 - 10 fields ok 4811 - content ok 4812 - -- " ; ; 1 ok 4813 - check always_quote ok 4814 - check escape_char ok 4815 - check quote_char ok 4816 - check sep_char ok 4817 - Illegal combo for combine ok 4818 - illegal combo for parse ok 4819 - -- " ; \t 1 ok 4820 - check always_quote ok 4821 - check escape_char ok 4822 - check quote_char ok 4823 - check sep_char ok 4824 - combine ok 4825 - string ok 4826 - parse ok 4827 - fields ok 4828 - 10 fields ok 4829 - content ok 4830 - -- " ; \ 1 ok 4831 - check always_quote ok 4832 - check escape_char ok 4833 - check quote_char ok 4834 - check sep_char ok 4835 - combine ok 4836 - string ok 4837 - parse ok 4838 - fields ok 4839 - 10 fields ok 4840 - content ok 4841 - -- " ; ~ 1 ok 4842 - check always_quote ok 4843 - check escape_char ok 4844 - check quote_char ok 4845 - check sep_char ok 4846 - combine ok 4847 - string ok 4848 - parse ok 4849 - fields ok 4850 - 10 fields ok 4851 - content ok 4852 - -- " ; \x{00} 1 ok 4853 - check always_quote ok 4854 - check escape_char ok 4855 - check quote_char ok 4856 - check sep_char ok 4857 - combine ok 4858 - string ok 4859 - parse ok 4860 - fields ok 4861 - 10 fields ok 4862 - content ok 4863 - -- " \t " 1 ok 4864 - check always_quote ok 4865 - check escape_char ok 4866 - check quote_char ok 4867 - check sep_char ok 4868 - Illegal combo for combine ok 4869 - illegal combo for parse ok 4870 - -- " \t ' 1 ok 4871 - check always_quote ok 4872 - check escape_char ok 4873 - check quote_char ok 4874 - check sep_char ok 4875 - combine ok 4876 - string ok 4877 - parse ok 4878 - fields ok 4879 - 10 fields ok 4880 - content ok 4881 - -- " \t , 1 ok 4882 - check always_quote ok 4883 - check escape_char ok 4884 - check quote_char ok 4885 - check sep_char ok 4886 - combine ok 4887 - string ok 4888 - parse ok 4889 - fields ok 4890 - 10 fields ok 4891 - content ok 4892 - -- " \t ; 1 ok 4893 - check always_quote ok 4894 - check escape_char ok 4895 - check quote_char ok 4896 - check sep_char ok 4897 - combine ok 4898 - string ok 4899 - parse ok 4900 - fields ok 4901 - 10 fields ok 4902 - content ok 4903 - -- " \t \t 1 ok 4904 - check always_quote ok 4905 - check escape_char ok 4906 - check quote_char ok 4907 - check sep_char ok 4908 - Illegal combo for combine ok 4909 - illegal combo for parse ok 4910 - -- " \t \ 1 ok 4911 - check always_quote ok 4912 - check escape_char ok 4913 - check quote_char ok 4914 - check sep_char ok 4915 - combine ok 4916 - string ok 4917 - parse ok 4918 - fields ok 4919 - 10 fields ok 4920 - content ok 4921 - -- " \t ~ 1 ok 4922 - check always_quote ok 4923 - check escape_char ok 4924 - check quote_char ok 4925 - check sep_char ok 4926 - combine ok 4927 - string ok 4928 - parse ok 4929 - fields ok 4930 - 10 fields ok 4931 - content ok 4932 - -- " \t \x{00} 1 ok 4933 - check always_quote ok 4934 - check escape_char ok 4935 - check quote_char ok 4936 - check sep_char ok 4937 - combine ok 4938 - string ok 4939 - parse ok 4940 - fields ok 4941 - 10 fields ok 4942 - content ok 4943 - -- " \ " 1 ok 4944 - check always_quote ok 4945 - check escape_char ok 4946 - check quote_char ok 4947 - check sep_char ok 4948 - Illegal combo for combine ok 4949 - illegal combo for parse ok 4950 - -- " \ ' 1 ok 4951 - check always_quote ok 4952 - check escape_char ok 4953 - check quote_char ok 4954 - check sep_char ok 4955 - combine ok 4956 - string ok 4957 - parse ok 4958 - fields ok 4959 - 10 fields ok 4960 - content ok 4961 - -- " \ , 1 ok 4962 - check always_quote ok 4963 - check escape_char ok 4964 - check quote_char ok 4965 - check sep_char ok 4966 - combine ok 4967 - string ok 4968 - parse ok 4969 - fields ok 4970 - 10 fields ok 4971 - content ok 4972 - -- " \ ; 1 ok 4973 - check always_quote ok 4974 - check escape_char ok 4975 - check quote_char ok 4976 - check sep_char ok 4977 - combine ok 4978 - string ok 4979 - parse ok 4980 - fields ok 4981 - 10 fields ok 4982 - content ok 4983 - -- " \ \t 1 ok 4984 - check always_quote ok 4985 - check escape_char ok 4986 - check quote_char ok 4987 - check sep_char ok 4988 - combine ok 4989 - string ok 4990 - parse ok 4991 - fields ok 4992 - 10 fields ok 4993 - content ok 4994 - -- " \ \ 1 ok 4995 - check always_quote ok 4996 - check escape_char ok 4997 - check quote_char ok 4998 - check sep_char ok 4999 - Illegal combo for combine ok 5000 - illegal combo for parse ok 5001 - -- " \ ~ 1 ok 5002 - check always_quote ok 5003 - check escape_char ok 5004 - check quote_char ok 5005 - check sep_char ok 5006 - combine ok 5007 - string ok 5008 - parse ok 5009 - fields ok 5010 - 10 fields ok 5011 - content ok 5012 - -- " \ \x{00} 1 ok 5013 - check always_quote ok 5014 - check escape_char ok 5015 - check quote_char ok 5016 - check sep_char ok 5017 - combine ok 5018 - string ok 5019 - parse ok 5020 - fields ok 5021 - 10 fields ok 5022 - content ok 5023 - -- " ~ " 1 ok 5024 - check always_quote ok 5025 - check escape_char ok 5026 - check quote_char ok 5027 - check sep_char ok 5028 - Illegal combo for combine ok 5029 - illegal combo for parse ok 5030 - -- " ~ ' 1 ok 5031 - check always_quote ok 5032 - check escape_char ok 5033 - check quote_char ok 5034 - check sep_char ok 5035 - combine ok 5036 - string ok 5037 - parse ok 5038 - fields ok 5039 - 10 fields ok 5040 - content ok 5041 - -- " ~ , 1 ok 5042 - check always_quote ok 5043 - check escape_char ok 5044 - check quote_char ok 5045 - check sep_char ok 5046 - combine ok 5047 - string ok 5048 - parse ok 5049 - fields ok 5050 - 10 fields ok 5051 - content ok 5052 - -- " ~ ; 1 ok 5053 - check always_quote ok 5054 - check escape_char ok 5055 - check quote_char ok 5056 - check sep_char ok 5057 - combine ok 5058 - string ok 5059 - parse ok 5060 - fields ok 5061 - 10 fields ok 5062 - content ok 5063 - -- " ~ \t 1 ok 5064 - check always_quote ok 5065 - check escape_char ok 5066 - check quote_char ok 5067 - check sep_char ok 5068 - combine ok 5069 - string ok 5070 - parse ok 5071 - fields ok 5072 - 10 fields ok 5073 - content ok 5074 - -- " ~ \ 1 ok 5075 - check always_quote ok 5076 - check escape_char ok 5077 - check quote_char ok 5078 - check sep_char ok 5079 - combine ok 5080 - string ok 5081 - parse ok 5082 - fields ok 5083 - 10 fields ok 5084 - content ok 5085 - -- " ~ ~ 1 ok 5086 - check always_quote ok 5087 - check escape_char ok 5088 - check quote_char ok 5089 - check sep_char ok 5090 - Illegal combo for combine ok 5091 - illegal combo for parse ok 5092 - -- " ~ \x{00} 1 ok 5093 - check always_quote ok 5094 - check escape_char ok 5095 - check quote_char ok 5096 - check sep_char ok 5097 - combine ok 5098 - string ok 5099 - parse ok 5100 - fields ok 5101 - 10 fields ok 5102 - content ok 5103 - -- " + " 1 ok 5104 - check always_quote ok 5105 - check escape_char ok 5106 - check quote_char ok 5107 - check sep_char ok 5108 - Illegal combo for combine ok 5109 - illegal combo for parse ok 5110 - -- " + ' 1 ok 5111 - check always_quote ok 5112 - check escape_char ok 5113 - check quote_char ok 5114 - check sep_char ok 5115 - combine ok 5116 - string ok 5117 - parse ok 5118 - fields ok 5119 - 10 fields ok 5120 - content ok 5121 - -- " + , 1 ok 5122 - check always_quote ok 5123 - check escape_char ok 5124 - check quote_char ok 5125 - check sep_char ok 5126 - combine ok 5127 - string ok 5128 - parse ok 5129 - fields ok 5130 - 10 fields ok 5131 - content ok 5132 - -- " + ; 1 ok 5133 - check always_quote ok 5134 - check escape_char ok 5135 - check quote_char ok 5136 - check sep_char ok 5137 - combine ok 5138 - string ok 5139 - parse ok 5140 - fields ok 5141 - 10 fields ok 5142 - content ok 5143 - -- " + \t 1 ok 5144 - check always_quote ok 5145 - check escape_char ok 5146 - check quote_char ok 5147 - check sep_char ok 5148 - combine ok 5149 - string ok 5150 - parse ok 5151 - fields ok 5152 - 10 fields ok 5153 - content ok 5154 - -- " + \ 1 ok 5155 - check always_quote ok 5156 - check escape_char ok 5157 - check quote_char ok 5158 - check sep_char ok 5159 - combine ok 5160 - string ok 5161 - parse ok 5162 - fields ok 5163 - 10 fields ok 5164 - content ok 5165 - -- " + ~ 1 ok 5166 - check always_quote ok 5167 - check escape_char ok 5168 - check quote_char ok 5169 - check sep_char ok 5170 - combine ok 5171 - string ok 5172 - parse ok 5173 - fields ok 5174 - 10 fields ok 5175 - content ok 5176 - -- " + \x{00} 1 ok 5177 - check always_quote ok 5178 - check escape_char ok 5179 - check quote_char ok 5180 - check sep_char ok 5181 - combine ok 5182 - string ok 5183 - parse ok 5184 - fields ok 5185 - 10 fields ok 5186 - content ok 5187 - -- ' " " 1 ok 5188 - check always_quote ok 5189 - check escape_char ok 5190 - check quote_char ok 5191 - check sep_char ok 5192 - Illegal combo for combine ok 5193 - illegal combo for parse ok 5194 - -- ' " ' 1 ok 5195 - check always_quote ok 5196 - check escape_char ok 5197 - check quote_char ok 5198 - check sep_char ok 5199 - Illegal combo for combine ok 5200 - illegal combo for parse ok 5201 - -- ' " , 1 ok 5202 - check always_quote ok 5203 - check escape_char ok 5204 - check quote_char ok 5205 - check sep_char ok 5206 - combine ok 5207 - string ok 5208 - parse ok 5209 - fields ok 5210 - 10 fields ok 5211 - content ok 5212 - -- ' " ; 1 ok 5213 - check always_quote ok 5214 - check escape_char ok 5215 - check quote_char ok 5216 - check sep_char ok 5217 - combine ok 5218 - string ok 5219 - parse ok 5220 - fields ok 5221 - 10 fields ok 5222 - content ok 5223 - -- ' " \t 1 ok 5224 - check always_quote ok 5225 - check escape_char ok 5226 - check quote_char ok 5227 - check sep_char ok 5228 - combine ok 5229 - string ok 5230 - parse ok 5231 - fields ok 5232 - 10 fields ok 5233 - content ok 5234 - -- ' " \ 1 ok 5235 - check always_quote ok 5236 - check escape_char ok 5237 - check quote_char ok 5238 - check sep_char ok 5239 - combine ok 5240 - string ok 5241 - parse ok 5242 - fields ok 5243 - 10 fields ok 5244 - content ok 5245 - -- ' " ~ 1 ok 5246 - check always_quote ok 5247 - check escape_char ok 5248 - check quote_char ok 5249 - check sep_char ok 5250 - combine ok 5251 - string ok 5252 - parse ok 5253 - fields ok 5254 - 10 fields ok 5255 - content ok 5256 - -- ' " \x{00} 1 ok 5257 - check always_quote ok 5258 - check escape_char ok 5259 - check quote_char ok 5260 - check sep_char ok 5261 - combine ok 5262 - string ok 5263 - parse ok 5264 - fields ok 5265 - 10 fields ok 5266 - content ok 5267 - -- ' ' " 1 ok 5268 - check always_quote ok 5269 - check escape_char ok 5270 - check quote_char ok 5271 - check sep_char ok 5272 - combine ok 5273 - string ok 5274 - parse ok 5275 - fields ok 5276 - 10 fields ok 5277 - content ok 5278 - -- ' ' ' 1 ok 5279 - check always_quote ok 5280 - check escape_char ok 5281 - check quote_char ok 5282 - check sep_char ok 5283 - Illegal combo for combine ok 5284 - illegal combo for parse ok 5285 - -- ' ' , 1 ok 5286 - check always_quote ok 5287 - check escape_char ok 5288 - check quote_char ok 5289 - check sep_char ok 5290 - combine ok 5291 - string ok 5292 - parse ok 5293 - fields ok 5294 - 10 fields ok 5295 - content ok 5296 - -- ' ' ; 1 ok 5297 - check always_quote ok 5298 - check escape_char ok 5299 - check quote_char ok 5300 - check sep_char ok 5301 - combine ok 5302 - string ok 5303 - parse ok 5304 - fields ok 5305 - 10 fields ok 5306 - content ok 5307 - -- ' ' \t 1 ok 5308 - check always_quote ok 5309 - check escape_char ok 5310 - check quote_char ok 5311 - check sep_char ok 5312 - combine ok 5313 - string ok 5314 - parse ok 5315 - fields ok 5316 - 10 fields ok 5317 - content ok 5318 - -- ' ' \ 1 ok 5319 - check always_quote ok 5320 - check escape_char ok 5321 - check quote_char ok 5322 - check sep_char ok 5323 - combine ok 5324 - string ok 5325 - parse ok 5326 - fields ok 5327 - 10 fields ok 5328 - content ok 5329 - -- ' ' ~ 1 ok 5330 - check always_quote ok 5331 - check escape_char ok 5332 - check quote_char ok 5333 - check sep_char ok 5334 - combine ok 5335 - string ok 5336 - parse ok 5337 - fields ok 5338 - 10 fields ok 5339 - content ok 5340 - -- ' ' \x{00} 1 ok 5341 - check always_quote ok 5342 - check escape_char ok 5343 - check quote_char ok 5344 - check sep_char ok 5345 - combine ok 5346 - string ok 5347 - parse ok 5348 - fields ok 5349 - 10 fields ok 5350 - content ok 5351 - -- ' , " 1 ok 5352 - check always_quote ok 5353 - check escape_char ok 5354 - check quote_char ok 5355 - check sep_char ok 5356 - combine ok 5357 - string ok 5358 - parse ok 5359 - fields ok 5360 - 10 fields ok 5361 - content ok 5362 - -- ' , ' 1 ok 5363 - check always_quote ok 5364 - check escape_char ok 5365 - check quote_char ok 5366 - check sep_char ok 5367 - Illegal combo for combine ok 5368 - illegal combo for parse ok 5369 - -- ' , , 1 ok 5370 - check always_quote ok 5371 - check escape_char ok 5372 - check quote_char ok 5373 - check sep_char ok 5374 - Illegal combo for combine ok 5375 - illegal combo for parse ok 5376 - -- ' , ; 1 ok 5377 - check always_quote ok 5378 - check escape_char ok 5379 - check quote_char ok 5380 - check sep_char ok 5381 - combine ok 5382 - string ok 5383 - parse ok 5384 - fields ok 5385 - 10 fields ok 5386 - content ok 5387 - -- ' , \t 1 ok 5388 - check always_quote ok 5389 - check escape_char ok 5390 - check quote_char ok 5391 - check sep_char ok 5392 - combine ok 5393 - string ok 5394 - parse ok 5395 - fields ok 5396 - 10 fields ok 5397 - content ok 5398 - -- ' , \ 1 ok 5399 - check always_quote ok 5400 - check escape_char ok 5401 - check quote_char ok 5402 - check sep_char ok 5403 - combine ok 5404 - string ok 5405 - parse ok 5406 - fields ok 5407 - 10 fields ok 5408 - content ok 5409 - -- ' , ~ 1 ok 5410 - check always_quote ok 5411 - check escape_char ok 5412 - check quote_char ok 5413 - check sep_char ok 5414 - combine ok 5415 - string ok 5416 - parse ok 5417 - fields ok 5418 - 10 fields ok 5419 - content ok 5420 - -- ' , \x{00} 1 ok 5421 - check always_quote ok 5422 - check escape_char ok 5423 - check quote_char ok 5424 - check sep_char ok 5425 - combine ok 5426 - string ok 5427 - parse ok 5428 - fields ok 5429 - 10 fields ok 5430 - content ok 5431 - -- ' ; " 1 ok 5432 - check always_quote ok 5433 - check escape_char ok 5434 - check quote_char ok 5435 - check sep_char ok 5436 - combine ok 5437 - string ok 5438 - parse ok 5439 - fields ok 5440 - 10 fields ok 5441 - content ok 5442 - -- ' ; ' 1 ok 5443 - check always_quote ok 5444 - check escape_char ok 5445 - check quote_char ok 5446 - check sep_char ok 5447 - Illegal combo for combine ok 5448 - illegal combo for parse ok 5449 - -- ' ; , 1 ok 5450 - check always_quote ok 5451 - check escape_char ok 5452 - check quote_char ok 5453 - check sep_char ok 5454 - combine ok 5455 - string ok 5456 - parse ok 5457 - fields ok 5458 - 10 fields ok 5459 - content ok 5460 - -- ' ; ; 1 ok 5461 - check always_quote ok 5462 - check escape_char ok 5463 - check quote_char ok 5464 - check sep_char ok 5465 - Illegal combo for combine ok 5466 - illegal combo for parse ok 5467 - -- ' ; \t 1 ok 5468 - check always_quote ok 5469 - check escape_char ok 5470 - check quote_char ok 5471 - check sep_char ok 5472 - combine ok 5473 - string ok 5474 - parse ok 5475 - fields ok 5476 - 10 fields ok 5477 - content ok 5478 - -- ' ; \ 1 ok 5479 - check always_quote ok 5480 - check escape_char ok 5481 - check quote_char ok 5482 - check sep_char ok 5483 - combine ok 5484 - string ok 5485 - parse ok 5486 - fields ok 5487 - 10 fields ok 5488 - content ok 5489 - -- ' ; ~ 1 ok 5490 - check always_quote ok 5491 - check escape_char ok 5492 - check quote_char ok 5493 - check sep_char ok 5494 - combine ok 5495 - string ok 5496 - parse ok 5497 - fields ok 5498 - 10 fields ok 5499 - content ok 5500 - -- ' ; \x{00} 1 ok 5501 - check always_quote ok 5502 - check escape_char ok 5503 - check quote_char ok 5504 - check sep_char ok 5505 - combine ok 5506 - string ok 5507 - parse ok 5508 - fields ok 5509 - 10 fields ok 5510 - content ok 5511 - -- ' \t " 1 ok 5512 - check always_quote ok 5513 - check escape_char ok 5514 - check quote_char ok 5515 - check sep_char ok 5516 - combine ok 5517 - string ok 5518 - parse ok 5519 - fields ok 5520 - 10 fields ok 5521 - content ok 5522 - -- ' \t ' 1 ok 5523 - check always_quote ok 5524 - check escape_char ok 5525 - check quote_char ok 5526 - check sep_char ok 5527 - Illegal combo for combine ok 5528 - illegal combo for parse ok 5529 - -- ' \t , 1 ok 5530 - check always_quote ok 5531 - check escape_char ok 5532 - check quote_char ok 5533 - check sep_char ok 5534 - combine ok 5535 - string ok 5536 - parse ok 5537 - fields ok 5538 - 10 fields ok 5539 - content ok 5540 - -- ' \t ; 1 ok 5541 - check always_quote ok 5542 - check escape_char ok 5543 - check quote_char ok 5544 - check sep_char ok 5545 - combine ok 5546 - string ok 5547 - parse ok 5548 - fields ok 5549 - 10 fields ok 5550 - content ok 5551 - -- ' \t \t 1 ok 5552 - check always_quote ok 5553 - check escape_char ok 5554 - check quote_char ok 5555 - check sep_char ok 5556 - Illegal combo for combine ok 5557 - illegal combo for parse ok 5558 - -- ' \t \ 1 ok 5559 - check always_quote ok 5560 - check escape_char ok 5561 - check quote_char ok 5562 - check sep_char ok 5563 - combine ok 5564 - string ok 5565 - parse ok 5566 - fields ok 5567 - 10 fields ok 5568 - content ok 5569 - -- ' \t ~ 1 ok 5570 - check always_quote ok 5571 - check escape_char ok 5572 - check quote_char ok 5573 - check sep_char ok 5574 - combine ok 5575 - string ok 5576 - parse ok 5577 - fields ok 5578 - 10 fields ok 5579 - content ok 5580 - -- ' \t \x{00} 1 ok 5581 - check always_quote ok 5582 - check escape_char ok 5583 - check quote_char ok 5584 - check sep_char ok 5585 - combine ok 5586 - string ok 5587 - parse ok 5588 - fields ok 5589 - 10 fields ok 5590 - content ok 5591 - -- ' \ " 1 ok 5592 - check always_quote ok 5593 - check escape_char ok 5594 - check quote_char ok 5595 - check sep_char ok 5596 - combine ok 5597 - string ok 5598 - parse ok 5599 - fields ok 5600 - 10 fields ok 5601 - content ok 5602 - -- ' \ ' 1 ok 5603 - check always_quote ok 5604 - check escape_char ok 5605 - check quote_char ok 5606 - check sep_char ok 5607 - Illegal combo for combine ok 5608 - illegal combo for parse ok 5609 - -- ' \ , 1 ok 5610 - check always_quote ok 5611 - check escape_char ok 5612 - check quote_char ok 5613 - check sep_char ok 5614 - combine ok 5615 - string ok 5616 - parse ok 5617 - fields ok 5618 - 10 fields ok 5619 - content ok 5620 - -- ' \ ; 1 ok 5621 - check always_quote ok 5622 - check escape_char ok 5623 - check quote_char ok 5624 - check sep_char ok 5625 - combine ok 5626 - string ok 5627 - parse ok 5628 - fields ok 5629 - 10 fields ok 5630 - content ok 5631 - -- ' \ \t 1 ok 5632 - check always_quote ok 5633 - check escape_char ok 5634 - check quote_char ok 5635 - check sep_char ok 5636 - combine ok 5637 - string ok 5638 - parse ok 5639 - fields ok 5640 - 10 fields ok 5641 - content ok 5642 - -- ' \ \ 1 ok 5643 - check always_quote ok 5644 - check escape_char ok 5645 - check quote_char ok 5646 - check sep_char ok 5647 - Illegal combo for combine ok 5648 - illegal combo for parse ok 5649 - -- ' \ ~ 1 ok 5650 - check always_quote ok 5651 - check escape_char ok 5652 - check quote_char ok 5653 - check sep_char ok 5654 - combine ok 5655 - string ok 5656 - parse ok 5657 - fields ok 5658 - 10 fields ok 5659 - content ok 5660 - -- ' \ \x{00} 1 ok 5661 - check always_quote ok 5662 - check escape_char ok 5663 - check quote_char ok 5664 - check sep_char ok 5665 - combine ok 5666 - string ok 5667 - parse ok 5668 - fields ok 5669 - 10 fields ok 5670 - content ok 5671 - -- ' ~ " 1 ok 5672 - check always_quote ok 5673 - check escape_char ok 5674 - check quote_char ok 5675 - check sep_char ok 5676 - combine ok 5677 - string ok 5678 - parse ok 5679 - fields ok 5680 - 10 fields ok 5681 - content ok 5682 - -- ' ~ ' 1 ok 5683 - check always_quote ok 5684 - check escape_char ok 5685 - check quote_char ok 5686 - check sep_char ok 5687 - Illegal combo for combine ok 5688 - illegal combo for parse ok 5689 - -- ' ~ , 1 ok 5690 - check always_quote ok 5691 - check escape_char ok 5692 - check quote_char ok 5693 - check sep_char ok 5694 - combine ok 5695 - string ok 5696 - parse ok 5697 - fields ok 5698 - 10 fields ok 5699 - content ok 5700 - -- ' ~ ; 1 ok 5701 - check always_quote ok 5702 - check escape_char ok 5703 - check quote_char ok 5704 - check sep_char ok 5705 - combine ok 5706 - string ok 5707 - parse ok 5708 - fields ok 5709 - 10 fields ok 5710 - content ok 5711 - -- ' ~ \t 1 ok 5712 - check always_quote ok 5713 - check escape_char ok 5714 - check quote_char ok 5715 - check sep_char ok 5716 - combine ok 5717 - string ok 5718 - parse ok 5719 - fields ok 5720 - 10 fields ok 5721 - content ok 5722 - -- ' ~ \ 1 ok 5723 - check always_quote ok 5724 - check escape_char ok 5725 - check quote_char ok 5726 - check sep_char ok 5727 - combine ok 5728 - string ok 5729 - parse ok 5730 - fields ok 5731 - 10 fields ok 5732 - content ok 5733 - -- ' ~ ~ 1 ok 5734 - check always_quote ok 5735 - check escape_char ok 5736 - check quote_char ok 5737 - check sep_char ok 5738 - Illegal combo for combine ok 5739 - illegal combo for parse ok 5740 - -- ' ~ \x{00} 1 ok 5741 - check always_quote ok 5742 - check escape_char ok 5743 - check quote_char ok 5744 - check sep_char ok 5745 - combine ok 5746 - string ok 5747 - parse ok 5748 - fields ok 5749 - 10 fields ok 5750 - content ok 5751 - -- ' + " 1 ok 5752 - check always_quote ok 5753 - check escape_char ok 5754 - check quote_char ok 5755 - check sep_char ok 5756 - combine ok 5757 - string ok 5758 - parse ok 5759 - fields ok 5760 - 10 fields ok 5761 - content ok 5762 - -- ' + ' 1 ok 5763 - check always_quote ok 5764 - check escape_char ok 5765 - check quote_char ok 5766 - check sep_char ok 5767 - Illegal combo for combine ok 5768 - illegal combo for parse ok 5769 - -- ' + , 1 ok 5770 - check always_quote ok 5771 - check escape_char ok 5772 - check quote_char ok 5773 - check sep_char ok 5774 - combine ok 5775 - string ok 5776 - parse ok 5777 - fields ok 5778 - 10 fields ok 5779 - content ok 5780 - -- ' + ; 1 ok 5781 - check always_quote ok 5782 - check escape_char ok 5783 - check quote_char ok 5784 - check sep_char ok 5785 - combine ok 5786 - string ok 5787 - parse ok 5788 - fields ok 5789 - 10 fields ok 5790 - content ok 5791 - -- ' + \t 1 ok 5792 - check always_quote ok 5793 - check escape_char ok 5794 - check quote_char ok 5795 - check sep_char ok 5796 - combine ok 5797 - string ok 5798 - parse ok 5799 - fields ok 5800 - 10 fields ok 5801 - content ok 5802 - -- ' + \ 1 ok 5803 - check always_quote ok 5804 - check escape_char ok 5805 - check quote_char ok 5806 - check sep_char ok 5807 - combine ok 5808 - string ok 5809 - parse ok 5810 - fields ok 5811 - 10 fields ok 5812 - content ok 5813 - -- ' + ~ 1 ok 5814 - check always_quote ok 5815 - check escape_char ok 5816 - check quote_char ok 5817 - check sep_char ok 5818 - combine ok 5819 - string ok 5820 - parse ok 5821 - fields ok 5822 - 10 fields ok 5823 - content ok 5824 - -- ' + \x{00} 1 ok 5825 - check always_quote ok 5826 - check escape_char ok 5827 - check quote_char ok 5828 - check sep_char ok 5829 - combine ok 5830 - string ok 5831 - parse ok 5832 - fields ok 5833 - 10 fields ok 5834 - content ok 5835 - -- , " " 1 ok 5836 - check always_quote ok 5837 - check escape_char ok 5838 - check quote_char ok 5839 - check sep_char ok 5840 - Illegal combo for combine ok 5841 - illegal combo for parse ok 5842 - -- , " ' 1 ok 5843 - check always_quote ok 5844 - check escape_char ok 5845 - check quote_char ok 5846 - check sep_char ok 5847 - combine ok 5848 - string ok 5849 - parse ok 5850 - fields ok 5851 - 10 fields ok 5852 - content ok 5853 - -- , " , 1 ok 5854 - check always_quote ok 5855 - check escape_char ok 5856 - check quote_char ok 5857 - check sep_char ok 5858 - Illegal combo for combine ok 5859 - illegal combo for parse ok 5860 - -- , " ; 1 ok 5861 - check always_quote ok 5862 - check escape_char ok 5863 - check quote_char ok 5864 - check sep_char ok 5865 - combine ok 5866 - string ok 5867 - parse ok 5868 - fields ok 5869 - 10 fields ok 5870 - content ok 5871 - -- , " \t 1 ok 5872 - check always_quote ok 5873 - check escape_char ok 5874 - check quote_char ok 5875 - check sep_char ok 5876 - combine ok 5877 - string ok 5878 - parse ok 5879 - fields ok 5880 - 10 fields ok 5881 - content ok 5882 - -- , " \ 1 ok 5883 - check always_quote ok 5884 - check escape_char ok 5885 - check quote_char ok 5886 - check sep_char ok 5887 - combine ok 5888 - string ok 5889 - parse ok 5890 - fields ok 5891 - 10 fields ok 5892 - content ok 5893 - -- , " ~ 1 ok 5894 - check always_quote ok 5895 - check escape_char ok 5896 - check quote_char ok 5897 - check sep_char ok 5898 - combine ok 5899 - string ok 5900 - parse ok 5901 - fields ok 5902 - 10 fields ok 5903 - content ok 5904 - -- , " \x{00} 1 ok 5905 - check always_quote ok 5906 - check escape_char ok 5907 - check quote_char ok 5908 - check sep_char ok 5909 - combine ok 5910 - string ok 5911 - parse ok 5912 - fields ok 5913 - 10 fields ok 5914 - content ok 5915 - -- , ' " 1 ok 5916 - check always_quote ok 5917 - check escape_char ok 5918 - check quote_char ok 5919 - check sep_char ok 5920 - combine ok 5921 - string ok 5922 - parse ok 5923 - fields ok 5924 - 10 fields ok 5925 - content ok 5926 - -- , ' ' 1 ok 5927 - check always_quote ok 5928 - check escape_char ok 5929 - check quote_char ok 5930 - check sep_char ok 5931 - Illegal combo for combine ok 5932 - illegal combo for parse ok 5933 - -- , ' , 1 ok 5934 - check always_quote ok 5935 - check escape_char ok 5936 - check quote_char ok 5937 - check sep_char ok 5938 - Illegal combo for combine ok 5939 - illegal combo for parse ok 5940 - -- , ' ; 1 ok 5941 - check always_quote ok 5942 - check escape_char ok 5943 - check quote_char ok 5944 - check sep_char ok 5945 - combine ok 5946 - string ok 5947 - parse ok 5948 - fields ok 5949 - 10 fields ok 5950 - content ok 5951 - -- , ' \t 1 ok 5952 - check always_quote ok 5953 - check escape_char ok 5954 - check quote_char ok 5955 - check sep_char ok 5956 - combine ok 5957 - string ok 5958 - parse ok 5959 - fields ok 5960 - 10 fields ok 5961 - content ok 5962 - -- , ' \ 1 ok 5963 - check always_quote ok 5964 - check escape_char ok 5965 - check quote_char ok 5966 - check sep_char ok 5967 - combine ok 5968 - string ok 5969 - parse ok 5970 - fields ok 5971 - 10 fields ok 5972 - content ok 5973 - -- , ' ~ 1 ok 5974 - check always_quote ok 5975 - check escape_char ok 5976 - check quote_char ok 5977 - check sep_char ok 5978 - combine ok 5979 - string ok 5980 - parse ok 5981 - fields ok 5982 - 10 fields ok 5983 - content ok 5984 - -- , ' \x{00} 1 ok 5985 - check always_quote ok 5986 - check escape_char ok 5987 - check quote_char ok 5988 - check sep_char ok 5989 - combine ok 5990 - string ok 5991 - parse ok 5992 - fields ok 5993 - 10 fields ok 5994 - content ok 5995 - -- , , " 1 ok 5996 - check always_quote ok 5997 - check escape_char ok 5998 - check quote_char ok 5999 - check sep_char ok 6000 - combine ok 6001 - string ok 6002 - parse ok 6003 - fields ok 6004 - 10 fields ok 6005 - content ok 6006 - -- , , ' 1 ok 6007 - check always_quote ok 6008 - check escape_char ok 6009 - check quote_char ok 6010 - check sep_char ok 6011 - combine ok 6012 - string ok 6013 - parse ok 6014 - fields ok 6015 - 10 fields ok 6016 - content ok 6017 - -- , , , 1 ok 6018 - check always_quote ok 6019 - check escape_char ok 6020 - check quote_char ok 6021 - check sep_char ok 6022 - Illegal combo for combine ok 6023 - illegal combo for parse ok 6024 - -- , , ; 1 ok 6025 - check always_quote ok 6026 - check escape_char ok 6027 - check quote_char ok 6028 - check sep_char ok 6029 - combine ok 6030 - string ok 6031 - parse ok 6032 - fields ok 6033 - 10 fields ok 6034 - content ok 6035 - -- , , \t 1 ok 6036 - check always_quote ok 6037 - check escape_char ok 6038 - check quote_char ok 6039 - check sep_char ok 6040 - combine ok 6041 - string ok 6042 - parse ok 6043 - fields ok 6044 - 10 fields ok 6045 - content ok 6046 - -- , , \ 1 ok 6047 - check always_quote ok 6048 - check escape_char ok 6049 - check quote_char ok 6050 - check sep_char ok 6051 - combine ok 6052 - string ok 6053 - parse ok 6054 - fields ok 6055 - 10 fields ok 6056 - content ok 6057 - -- , , ~ 1 ok 6058 - check always_quote ok 6059 - check escape_char ok 6060 - check quote_char ok 6061 - check sep_char ok 6062 - combine ok 6063 - string ok 6064 - parse ok 6065 - fields ok 6066 - 10 fields ok 6067 - content ok 6068 - -- , , \x{00} 1 ok 6069 - check always_quote ok 6070 - check escape_char ok 6071 - check quote_char ok 6072 - check sep_char ok 6073 - combine ok 6074 - string ok 6075 - parse ok 6076 - fields ok 6077 - 10 fields ok 6078 - content ok 6079 - -- , ; " 1 ok 6080 - check always_quote ok 6081 - check escape_char ok 6082 - check quote_char ok 6083 - check sep_char ok 6084 - combine ok 6085 - string ok 6086 - parse ok 6087 - fields ok 6088 - 10 fields ok 6089 - content ok 6090 - -- , ; ' 1 ok 6091 - check always_quote ok 6092 - check escape_char ok 6093 - check quote_char ok 6094 - check sep_char ok 6095 - combine ok 6096 - string ok 6097 - parse ok 6098 - fields ok 6099 - 10 fields ok 6100 - content ok 6101 - -- , ; , 1 ok 6102 - check always_quote ok 6103 - check escape_char ok 6104 - check quote_char ok 6105 - check sep_char ok 6106 - Illegal combo for combine ok 6107 - illegal combo for parse ok 6108 - -- , ; ; 1 ok 6109 - check always_quote ok 6110 - check escape_char ok 6111 - check quote_char ok 6112 - check sep_char ok 6113 - Illegal combo for combine ok 6114 - illegal combo for parse ok 6115 - -- , ; \t 1 ok 6116 - check always_quote ok 6117 - check escape_char ok 6118 - check quote_char ok 6119 - check sep_char ok 6120 - combine ok 6121 - string ok 6122 - parse ok 6123 - fields ok 6124 - 10 fields ok 6125 - content ok 6126 - -- , ; \ 1 ok 6127 - check always_quote ok 6128 - check escape_char ok 6129 - check quote_char ok 6130 - check sep_char ok 6131 - combine ok 6132 - string ok 6133 - parse ok 6134 - fields ok 6135 - 10 fields ok 6136 - content ok 6137 - -- , ; ~ 1 ok 6138 - check always_quote ok 6139 - check escape_char ok 6140 - check quote_char ok 6141 - check sep_char ok 6142 - combine ok 6143 - string ok 6144 - parse ok 6145 - fields ok 6146 - 10 fields ok 6147 - content ok 6148 - -- , ; \x{00} 1 ok 6149 - check always_quote ok 6150 - check escape_char ok 6151 - check quote_char ok 6152 - check sep_char ok 6153 - combine ok 6154 - string ok 6155 - parse ok 6156 - fields ok 6157 - 10 fields ok 6158 - content ok 6159 - -- , \t " 1 ok 6160 - check always_quote ok 6161 - check escape_char ok 6162 - check quote_char ok 6163 - check sep_char ok 6164 - combine ok 6165 - string ok 6166 - parse ok 6167 - fields ok 6168 - 10 fields ok 6169 - content ok 6170 - -- , \t ' 1 ok 6171 - check always_quote ok 6172 - check escape_char ok 6173 - check quote_char ok 6174 - check sep_char ok 6175 - combine ok 6176 - string ok 6177 - parse ok 6178 - fields ok 6179 - 10 fields ok 6180 - content ok 6181 - -- , \t , 1 ok 6182 - check always_quote ok 6183 - check escape_char ok 6184 - check quote_char ok 6185 - check sep_char ok 6186 - Illegal combo for combine ok 6187 - illegal combo for parse ok 6188 - -- , \t ; 1 ok 6189 - check always_quote ok 6190 - check escape_char ok 6191 - check quote_char ok 6192 - check sep_char ok 6193 - combine ok 6194 - string ok 6195 - parse ok 6196 - fields ok 6197 - 10 fields ok 6198 - content ok 6199 - -- , \t \t 1 ok 6200 - check always_quote ok 6201 - check escape_char ok 6202 - check quote_char ok 6203 - check sep_char ok 6204 - Illegal combo for combine ok 6205 - illegal combo for parse ok 6206 - -- , \t \ 1 ok 6207 - check always_quote ok 6208 - check escape_char ok 6209 - check quote_char ok 6210 - check sep_char ok 6211 - combine ok 6212 - string ok 6213 - parse ok 6214 - fields ok 6215 - 10 fields ok 6216 - content ok 6217 - -- , \t ~ 1 ok 6218 - check always_quote ok 6219 - check escape_char ok 6220 - check quote_char ok 6221 - check sep_char ok 6222 - combine ok 6223 - string ok 6224 - parse ok 6225 - fields ok 6226 - 10 fields ok 6227 - content ok 6228 - -- , \t \x{00} 1 ok 6229 - check always_quote ok 6230 - check escape_char ok 6231 - check quote_char ok 6232 - check sep_char ok 6233 - combine ok 6234 - string ok 6235 - parse ok 6236 - fields ok 6237 - 10 fields ok 6238 - content ok 6239 - -- , \ " 1 ok 6240 - check always_quote ok 6241 - check escape_char ok 6242 - check quote_char ok 6243 - check sep_char ok 6244 - combine ok 6245 - string ok 6246 - parse ok 6247 - fields ok 6248 - 10 fields ok 6249 - content ok 6250 - -- , \ ' 1 ok 6251 - check always_quote ok 6252 - check escape_char ok 6253 - check quote_char ok 6254 - check sep_char ok 6255 - combine ok 6256 - string ok 6257 - parse ok 6258 - fields ok 6259 - 10 fields ok 6260 - content ok 6261 - -- , \ , 1 ok 6262 - check always_quote ok 6263 - check escape_char ok 6264 - check quote_char ok 6265 - check sep_char ok 6266 - Illegal combo for combine ok 6267 - illegal combo for parse ok 6268 - -- , \ ; 1 ok 6269 - check always_quote ok 6270 - check escape_char ok 6271 - check quote_char ok 6272 - check sep_char ok 6273 - combine ok 6274 - string ok 6275 - parse ok 6276 - fields ok 6277 - 10 fields ok 6278 - content ok 6279 - -- , \ \t 1 ok 6280 - check always_quote ok 6281 - check escape_char ok 6282 - check quote_char ok 6283 - check sep_char ok 6284 - combine ok 6285 - string ok 6286 - parse ok 6287 - fields ok 6288 - 10 fields ok 6289 - content ok 6290 - -- , \ \ 1 ok 6291 - check always_quote ok 6292 - check escape_char ok 6293 - check quote_char ok 6294 - check sep_char ok 6295 - Illegal combo for combine ok 6296 - illegal combo for parse ok 6297 - -- , \ ~ 1 ok 6298 - check always_quote ok 6299 - check escape_char ok 6300 - check quote_char ok 6301 - check sep_char ok 6302 - combine ok 6303 - string ok 6304 - parse ok 6305 - fields ok 6306 - 10 fields ok 6307 - content ok 6308 - -- , \ \x{00} 1 ok 6309 - check always_quote ok 6310 - check escape_char ok 6311 - check quote_char ok 6312 - check sep_char ok 6313 - combine ok 6314 - string ok 6315 - parse ok 6316 - fields ok 6317 - 10 fields ok 6318 - content ok 6319 - -- , ~ " 1 ok 6320 - check always_quote ok 6321 - check escape_char ok 6322 - check quote_char ok 6323 - check sep_char ok 6324 - combine ok 6325 - string ok 6326 - parse ok 6327 - fields ok 6328 - 10 fields ok 6329 - content ok 6330 - -- , ~ ' 1 ok 6331 - check always_quote ok 6332 - check escape_char ok 6333 - check quote_char ok 6334 - check sep_char ok 6335 - combine ok 6336 - string ok 6337 - parse ok 6338 - fields ok 6339 - 10 fields ok 6340 - content ok 6341 - -- , ~ , 1 ok 6342 - check always_quote ok 6343 - check escape_char ok 6344 - check quote_char ok 6345 - check sep_char ok 6346 - Illegal combo for combine ok 6347 - illegal combo for parse ok 6348 - -- , ~ ; 1 ok 6349 - check always_quote ok 6350 - check escape_char ok 6351 - check quote_char ok 6352 - check sep_char ok 6353 - combine ok 6354 - string ok 6355 - parse ok 6356 - fields ok 6357 - 10 fields ok 6358 - content ok 6359 - -- , ~ \t 1 ok 6360 - check always_quote ok 6361 - check escape_char ok 6362 - check quote_char ok 6363 - check sep_char ok 6364 - combine ok 6365 - string ok 6366 - parse ok 6367 - fields ok 6368 - 10 fields ok 6369 - content ok 6370 - -- , ~ \ 1 ok 6371 - check always_quote ok 6372 - check escape_char ok 6373 - check quote_char ok 6374 - check sep_char ok 6375 - combine ok 6376 - string ok 6377 - parse ok 6378 - fields ok 6379 - 10 fields ok 6380 - content ok 6381 - -- , ~ ~ 1 ok 6382 - check always_quote ok 6383 - check escape_char ok 6384 - check quote_char ok 6385 - check sep_char ok 6386 - Illegal combo for combine ok 6387 - illegal combo for parse ok 6388 - -- , ~ \x{00} 1 ok 6389 - check always_quote ok 6390 - check escape_char ok 6391 - check quote_char ok 6392 - check sep_char ok 6393 - combine ok 6394 - string ok 6395 - parse ok 6396 - fields ok 6397 - 10 fields ok 6398 - content ok 6399 - -- , + " 1 ok 6400 - check always_quote ok 6401 - check escape_char ok 6402 - check quote_char ok 6403 - check sep_char ok 6404 - combine ok 6405 - string ok 6406 - parse ok 6407 - fields ok 6408 - 10 fields ok 6409 - content ok 6410 - -- , + ' 1 ok 6411 - check always_quote ok 6412 - check escape_char ok 6413 - check quote_char ok 6414 - check sep_char ok 6415 - combine ok 6416 - string ok 6417 - parse ok 6418 - fields ok 6419 - 10 fields ok 6420 - content ok 6421 - -- , + , 1 ok 6422 - check always_quote ok 6423 - check escape_char ok 6424 - check quote_char ok 6425 - check sep_char ok 6426 - Illegal combo for combine ok 6427 - illegal combo for parse ok 6428 - -- , + ; 1 ok 6429 - check always_quote ok 6430 - check escape_char ok 6431 - check quote_char ok 6432 - check sep_char ok 6433 - combine ok 6434 - string ok 6435 - parse ok 6436 - fields ok 6437 - 10 fields ok 6438 - content ok 6439 - -- , + \t 1 ok 6440 - check always_quote ok 6441 - check escape_char ok 6442 - check quote_char ok 6443 - check sep_char ok 6444 - combine ok 6445 - string ok 6446 - parse ok 6447 - fields ok 6448 - 10 fields ok 6449 - content ok 6450 - -- , + \ 1 ok 6451 - check always_quote ok 6452 - check escape_char ok 6453 - check quote_char ok 6454 - check sep_char ok 6455 - combine ok 6456 - string ok 6457 - parse ok 6458 - fields ok 6459 - 10 fields ok 6460 - content ok 6461 - -- , + ~ 1 ok 6462 - check always_quote ok 6463 - check escape_char ok 6464 - check quote_char ok 6465 - check sep_char ok 6466 - combine ok 6467 - string ok 6468 - parse ok 6469 - fields ok 6470 - 10 fields ok 6471 - content ok 6472 - -- , + \x{00} 1 ok 6473 - check always_quote ok 6474 - check escape_char ok 6475 - check quote_char ok 6476 - check sep_char ok 6477 - combine ok 6478 - string ok 6479 - parse ok 6480 - fields ok 6481 - 10 fields ok 6482 - content ok 6483 - -- ; " " 1 ok 6484 - check always_quote ok 6485 - check escape_char ok 6486 - check quote_char ok 6487 - check sep_char ok 6488 - Illegal combo for combine ok 6489 - illegal combo for parse ok 6490 - -- ; " ' 1 ok 6491 - check always_quote ok 6492 - check escape_char ok 6493 - check quote_char ok 6494 - check sep_char ok 6495 - combine ok 6496 - string ok 6497 - parse ok 6498 - fields ok 6499 - 10 fields ok 6500 - content ok 6501 - -- ; " , 1 ok 6502 - check always_quote ok 6503 - check escape_char ok 6504 - check quote_char ok 6505 - check sep_char ok 6506 - combine ok 6507 - string ok 6508 - parse ok 6509 - fields ok 6510 - 10 fields ok 6511 - content ok 6512 - -- ; " ; 1 ok 6513 - check always_quote ok 6514 - check escape_char ok 6515 - check quote_char ok 6516 - check sep_char ok 6517 - Illegal combo for combine ok 6518 - illegal combo for parse ok 6519 - -- ; " \t 1 ok 6520 - check always_quote ok 6521 - check escape_char ok 6522 - check quote_char ok 6523 - check sep_char ok 6524 - combine ok 6525 - string ok 6526 - parse ok 6527 - fields ok 6528 - 10 fields ok 6529 - content ok 6530 - -- ; " \ 1 ok 6531 - check always_quote ok 6532 - check escape_char ok 6533 - check quote_char ok 6534 - check sep_char ok 6535 - combine ok 6536 - string ok 6537 - parse ok 6538 - fields ok 6539 - 10 fields ok 6540 - content ok 6541 - -- ; " ~ 1 ok 6542 - check always_quote ok 6543 - check escape_char ok 6544 - check quote_char ok 6545 - check sep_char ok 6546 - combine ok 6547 - string ok 6548 - parse ok 6549 - fields ok 6550 - 10 fields ok 6551 - content ok 6552 - -- ; " \x{00} 1 ok 6553 - check always_quote ok 6554 - check escape_char ok 6555 - check quote_char ok 6556 - check sep_char ok 6557 - combine ok 6558 - string ok 6559 - parse ok 6560 - fields ok 6561 - 10 fields ok 6562 - content ok 6563 - -- ; ' " 1 ok 6564 - check always_quote ok 6565 - check escape_char ok 6566 - check quote_char ok 6567 - check sep_char ok 6568 - combine ok 6569 - string ok 6570 - parse ok 6571 - fields ok 6572 - 10 fields ok 6573 - content ok 6574 - -- ; ' ' 1 ok 6575 - check always_quote ok 6576 - check escape_char ok 6577 - check quote_char ok 6578 - check sep_char ok 6579 - Illegal combo for combine ok 6580 - illegal combo for parse ok 6581 - -- ; ' , 1 ok 6582 - check always_quote ok 6583 - check escape_char ok 6584 - check quote_char ok 6585 - check sep_char ok 6586 - combine ok 6587 - string ok 6588 - parse ok 6589 - fields ok 6590 - 10 fields ok 6591 - content ok 6592 - -- ; ' ; 1 ok 6593 - check always_quote ok 6594 - check escape_char ok 6595 - check quote_char ok 6596 - check sep_char ok 6597 - Illegal combo for combine ok 6598 - illegal combo for parse ok 6599 - -- ; ' \t 1 ok 6600 - check always_quote ok 6601 - check escape_char ok 6602 - check quote_char ok 6603 - check sep_char ok 6604 - combine ok 6605 - string ok 6606 - parse ok 6607 - fields ok 6608 - 10 fields ok 6609 - content ok 6610 - -- ; ' \ 1 ok 6611 - check always_quote ok 6612 - check escape_char ok 6613 - check quote_char ok 6614 - check sep_char ok 6615 - combine ok 6616 - string ok 6617 - parse ok 6618 - fields ok 6619 - 10 fields ok 6620 - content ok 6621 - -- ; ' ~ 1 ok 6622 - check always_quote ok 6623 - check escape_char ok 6624 - check quote_char ok 6625 - check sep_char ok 6626 - combine ok 6627 - string ok 6628 - parse ok 6629 - fields ok 6630 - 10 fields ok 6631 - content ok 6632 - -- ; ' \x{00} 1 ok 6633 - check always_quote ok 6634 - check escape_char ok 6635 - check quote_char ok 6636 - check sep_char ok 6637 - combine ok 6638 - string ok 6639 - parse ok 6640 - fields ok 6641 - 10 fields ok 6642 - content ok 6643 - -- ; , " 1 ok 6644 - check always_quote ok 6645 - check escape_char ok 6646 - check quote_char ok 6647 - check sep_char ok 6648 - combine ok 6649 - string ok 6650 - parse ok 6651 - fields ok 6652 - 10 fields ok 6653 - content ok 6654 - -- ; , ' 1 ok 6655 - check always_quote ok 6656 - check escape_char ok 6657 - check quote_char ok 6658 - check sep_char ok 6659 - combine ok 6660 - string ok 6661 - parse ok 6662 - fields ok 6663 - 10 fields ok 6664 - content ok 6665 - -- ; , , 1 ok 6666 - check always_quote ok 6667 - check escape_char ok 6668 - check quote_char ok 6669 - check sep_char ok 6670 - Illegal combo for combine ok 6671 - illegal combo for parse ok 6672 - -- ; , ; 1 ok 6673 - check always_quote ok 6674 - check escape_char ok 6675 - check quote_char ok 6676 - check sep_char ok 6677 - Illegal combo for combine ok 6678 - illegal combo for parse ok 6679 - -- ; , \t 1 ok 6680 - check always_quote ok 6681 - check escape_char ok 6682 - check quote_char ok 6683 - check sep_char ok 6684 - combine ok 6685 - string ok 6686 - parse ok 6687 - fields ok 6688 - 10 fields ok 6689 - content ok 6690 - -- ; , \ 1 ok 6691 - check always_quote ok 6692 - check escape_char ok 6693 - check quote_char ok 6694 - check sep_char ok 6695 - combine ok 6696 - string ok 6697 - parse ok 6698 - fields ok 6699 - 10 fields ok 6700 - content ok 6701 - -- ; , ~ 1 ok 6702 - check always_quote ok 6703 - check escape_char ok 6704 - check quote_char ok 6705 - check sep_char ok 6706 - combine ok 6707 - string ok 6708 - parse ok 6709 - fields ok 6710 - 10 fields ok 6711 - content ok 6712 - -- ; , \x{00} 1 ok 6713 - check always_quote ok 6714 - check escape_char ok 6715 - check quote_char ok 6716 - check sep_char ok 6717 - combine ok 6718 - string ok 6719 - parse ok 6720 - fields ok 6721 - 10 fields ok 6722 - content ok 6723 - -- ; ; " 1 ok 6724 - check always_quote ok 6725 - check escape_char ok 6726 - check quote_char ok 6727 - check sep_char ok 6728 - combine ok 6729 - string ok 6730 - parse ok 6731 - fields ok 6732 - 10 fields ok 6733 - content ok 6734 - -- ; ; ' 1 ok 6735 - check always_quote ok 6736 - check escape_char ok 6737 - check quote_char ok 6738 - check sep_char ok 6739 - combine ok 6740 - string ok 6741 - parse ok 6742 - fields ok 6743 - 10 fields ok 6744 - content ok 6745 - -- ; ; , 1 ok 6746 - check always_quote ok 6747 - check escape_char ok 6748 - check quote_char ok 6749 - check sep_char ok 6750 - combine ok 6751 - string ok 6752 - parse ok 6753 - fields ok 6754 - 10 fields ok 6755 - content ok 6756 - -- ; ; ; 1 ok 6757 - check always_quote ok 6758 - check escape_char ok 6759 - check quote_char ok 6760 - check sep_char ok 6761 - Illegal combo for combine ok 6762 - illegal combo for parse ok 6763 - -- ; ; \t 1 ok 6764 - check always_quote ok 6765 - check escape_char ok 6766 - check quote_char ok 6767 - check sep_char ok 6768 - combine ok 6769 - string ok 6770 - parse ok 6771 - fields ok 6772 - 10 fields ok 6773 - content ok 6774 - -- ; ; \ 1 ok 6775 - check always_quote ok 6776 - check escape_char ok 6777 - check quote_char ok 6778 - check sep_char ok 6779 - combine ok 6780 - string ok 6781 - parse ok 6782 - fields ok 6783 - 10 fields ok 6784 - content ok 6785 - -- ; ; ~ 1 ok 6786 - check always_quote ok 6787 - check escape_char ok 6788 - check quote_char ok 6789 - check sep_char ok 6790 - combine ok 6791 - string ok 6792 - parse ok 6793 - fields ok 6794 - 10 fields ok 6795 - content ok 6796 - -- ; ; \x{00} 1 ok 6797 - check always_quote ok 6798 - check escape_char ok 6799 - check quote_char ok 6800 - check sep_char ok 6801 - combine ok 6802 - string ok 6803 - parse ok 6804 - fields ok 6805 - 10 fields ok 6806 - content ok 6807 - -- ; \t " 1 ok 6808 - check always_quote ok 6809 - check escape_char ok 6810 - check quote_char ok 6811 - check sep_char ok 6812 - combine ok 6813 - string ok 6814 - parse ok 6815 - fields ok 6816 - 10 fields ok 6817 - content ok 6818 - -- ; \t ' 1 ok 6819 - check always_quote ok 6820 - check escape_char ok 6821 - check quote_char ok 6822 - check sep_char ok 6823 - combine ok 6824 - string ok 6825 - parse ok 6826 - fields ok 6827 - 10 fields ok 6828 - content ok 6829 - -- ; \t , 1 ok 6830 - check always_quote ok 6831 - check escape_char ok 6832 - check quote_char ok 6833 - check sep_char ok 6834 - combine ok 6835 - string ok 6836 - parse ok 6837 - fields ok 6838 - 10 fields ok 6839 - content ok 6840 - -- ; \t ; 1 ok 6841 - check always_quote ok 6842 - check escape_char ok 6843 - check quote_char ok 6844 - check sep_char ok 6845 - Illegal combo for combine ok 6846 - illegal combo for parse ok 6847 - -- ; \t \t 1 ok 6848 - check always_quote ok 6849 - check escape_char ok 6850 - check quote_char ok 6851 - check sep_char ok 6852 - Illegal combo for combine ok 6853 - illegal combo for parse ok 6854 - -- ; \t \ 1 ok 6855 - check always_quote ok 6856 - check escape_char ok 6857 - check quote_char ok 6858 - check sep_char ok 6859 - combine ok 6860 - string ok 6861 - parse ok 6862 - fields ok 6863 - 10 fields ok 6864 - content ok 6865 - -- ; \t ~ 1 ok 6866 - check always_quote ok 6867 - check escape_char ok 6868 - check quote_char ok 6869 - check sep_char ok 6870 - combine ok 6871 - string ok 6872 - parse ok 6873 - fields ok 6874 - 10 fields ok 6875 - content ok 6876 - -- ; \t \x{00} 1 ok 6877 - check always_quote ok 6878 - check escape_char ok 6879 - check quote_char ok 6880 - check sep_char ok 6881 - combine ok 6882 - string ok 6883 - parse ok 6884 - fields ok 6885 - 10 fields ok 6886 - content ok 6887 - -- ; \ " 1 ok 6888 - check always_quote ok 6889 - check escape_char ok 6890 - check quote_char ok 6891 - check sep_char ok 6892 - combine ok 6893 - string ok 6894 - parse ok 6895 - fields ok 6896 - 10 fields ok 6897 - content ok 6898 - -- ; \ ' 1 ok 6899 - check always_quote ok 6900 - check escape_char ok 6901 - check quote_char ok 6902 - check sep_char ok 6903 - combine ok 6904 - string ok 6905 - parse ok 6906 - fields ok 6907 - 10 fields ok 6908 - content ok 6909 - -- ; \ , 1 ok 6910 - check always_quote ok 6911 - check escape_char ok 6912 - check quote_char ok 6913 - check sep_char ok 6914 - combine ok 6915 - string ok 6916 - parse ok 6917 - fields ok 6918 - 10 fields ok 6919 - content ok 6920 - -- ; \ ; 1 ok 6921 - check always_quote ok 6922 - check escape_char ok 6923 - check quote_char ok 6924 - check sep_char ok 6925 - Illegal combo for combine ok 6926 - illegal combo for parse ok 6927 - -- ; \ \t 1 ok 6928 - check always_quote ok 6929 - check escape_char ok 6930 - check quote_char ok 6931 - check sep_char ok 6932 - combine ok 6933 - string ok 6934 - parse ok 6935 - fields ok 6936 - 10 fields ok 6937 - content ok 6938 - -- ; \ \ 1 ok 6939 - check always_quote ok 6940 - check escape_char ok 6941 - check quote_char ok 6942 - check sep_char ok 6943 - Illegal combo for combine ok 6944 - illegal combo for parse ok 6945 - -- ; \ ~ 1 ok 6946 - check always_quote ok 6947 - check escape_char ok 6948 - check quote_char ok 6949 - check sep_char ok 6950 - combine ok 6951 - string ok 6952 - parse ok 6953 - fields ok 6954 - 10 fields ok 6955 - content ok 6956 - -- ; \ \x{00} 1 ok 6957 - check always_quote ok 6958 - check escape_char ok 6959 - check quote_char ok 6960 - check sep_char ok 6961 - combine ok 6962 - string ok 6963 - parse ok 6964 - fields ok 6965 - 10 fields ok 6966 - content ok 6967 - -- ; ~ " 1 ok 6968 - check always_quote ok 6969 - check escape_char ok 6970 - check quote_char ok 6971 - check sep_char ok 6972 - combine ok 6973 - string ok 6974 - parse ok 6975 - fields ok 6976 - 10 fields ok 6977 - content ok 6978 - -- ; ~ ' 1 ok 6979 - check always_quote ok 6980 - check escape_char ok 6981 - check quote_char ok 6982 - check sep_char ok 6983 - combine ok 6984 - string ok 6985 - parse ok 6986 - fields ok 6987 - 10 fields ok 6988 - content ok 6989 - -- ; ~ , 1 ok 6990 - check always_quote ok 6991 - check escape_char ok 6992 - check quote_char ok 6993 - check sep_char ok 6994 - combine ok 6995 - string ok 6996 - parse ok 6997 - fields ok 6998 - 10 fields ok 6999 - content ok 7000 - -- ; ~ ; 1 ok 7001 - check always_quote ok 7002 - check escape_char ok 7003 - check quote_char ok 7004 - check sep_char ok 7005 - Illegal combo for combine ok 7006 - illegal combo for parse ok 7007 - -- ; ~ \t 1 ok 7008 - check always_quote ok 7009 - check escape_char ok 7010 - check quote_char ok 7011 - check sep_char ok 7012 - combine ok 7013 - string ok 7014 - parse ok 7015 - fields ok 7016 - 10 fields ok 7017 - content ok 7018 - -- ; ~ \ 1 ok 7019 - check always_quote ok 7020 - check escape_char ok 7021 - check quote_char ok 7022 - check sep_char ok 7023 - combine ok 7024 - string ok 7025 - parse ok 7026 - fields ok 7027 - 10 fields ok 7028 - content ok 7029 - -- ; ~ ~ 1 ok 7030 - check always_quote ok 7031 - check escape_char ok 7032 - check quote_char ok 7033 - check sep_char ok 7034 - Illegal combo for combine ok 7035 - illegal combo for parse ok 7036 - -- ; ~ \x{00} 1 ok 7037 - check always_quote ok 7038 - check escape_char ok 7039 - check quote_char ok 7040 - check sep_char ok 7041 - combine ok 7042 - string ok 7043 - parse ok 7044 - fields ok 7045 - 10 fields ok 7046 - content ok 7047 - -- ; + " 1 ok 7048 - check always_quote ok 7049 - check escape_char ok 7050 - check quote_char ok 7051 - check sep_char ok 7052 - combine ok 7053 - string ok 7054 - parse ok 7055 - fields ok 7056 - 10 fields ok 7057 - content ok 7058 - -- ; + ' 1 ok 7059 - check always_quote ok 7060 - check escape_char ok 7061 - check quote_char ok 7062 - check sep_char ok 7063 - combine ok 7064 - string ok 7065 - parse ok 7066 - fields ok 7067 - 10 fields ok 7068 - content ok 7069 - -- ; + , 1 ok 7070 - check always_quote ok 7071 - check escape_char ok 7072 - check quote_char ok 7073 - check sep_char ok 7074 - combine ok 7075 - string ok 7076 - parse ok 7077 - fields ok 7078 - 10 fields ok 7079 - content ok 7080 - -- ; + ; 1 ok 7081 - check always_quote ok 7082 - check escape_char ok 7083 - check quote_char ok 7084 - check sep_char ok 7085 - Illegal combo for combine ok 7086 - illegal combo for parse ok 7087 - -- ; + \t 1 ok 7088 - check always_quote ok 7089 - check escape_char ok 7090 - check quote_char ok 7091 - check sep_char ok 7092 - combine ok 7093 - string ok 7094 - parse ok 7095 - fields ok 7096 - 10 fields ok 7097 - content ok 7098 - -- ; + \ 1 ok 7099 - check always_quote ok 7100 - check escape_char ok 7101 - check quote_char ok 7102 - check sep_char ok 7103 - combine ok 7104 - string ok 7105 - parse ok 7106 - fields ok 7107 - 10 fields ok 7108 - content ok 7109 - -- ; + ~ 1 ok 7110 - check always_quote ok 7111 - check escape_char ok 7112 - check quote_char ok 7113 - check sep_char ok 7114 - combine ok 7115 - string ok 7116 - parse ok 7117 - fields ok 7118 - 10 fields ok 7119 - content ok 7120 - -- ; + \x{00} 1 ok 7121 - check always_quote ok 7122 - check escape_char ok 7123 - check quote_char ok 7124 - check sep_char ok 7125 - combine ok 7126 - string ok 7127 - parse ok 7128 - fields ok 7129 - 10 fields ok 7130 - content ok 7131 - -- \t " " 1 ok 7132 - check always_quote ok 7133 - check escape_char ok 7134 - check quote_char ok 7135 - check sep_char ok 7136 - Illegal combo for combine ok 7137 - illegal combo for parse ok 7138 - -- \t " ' 1 ok 7139 - check always_quote ok 7140 - check escape_char ok 7141 - check quote_char ok 7142 - check sep_char ok 7143 - combine ok 7144 - string ok 7145 - parse ok 7146 - fields ok 7147 - 10 fields ok 7148 - content ok 7149 - -- \t " , 1 ok 7150 - check always_quote ok 7151 - check escape_char ok 7152 - check quote_char ok 7153 - check sep_char ok 7154 - combine ok 7155 - string ok 7156 - parse ok 7157 - fields ok 7158 - 10 fields ok 7159 - content ok 7160 - -- \t " ; 1 ok 7161 - check always_quote ok 7162 - check escape_char ok 7163 - check quote_char ok 7164 - check sep_char ok 7165 - combine ok 7166 - string ok 7167 - parse ok 7168 - fields ok 7169 - 10 fields ok 7170 - content ok 7171 - -- \t " \t 1 ok 7172 - check always_quote ok 7173 - check escape_char ok 7174 - check quote_char ok 7175 - check sep_char ok 7176 - Illegal combo for combine ok 7177 - illegal combo for parse ok 7178 - -- \t " \ 1 ok 7179 - check always_quote ok 7180 - check escape_char ok 7181 - check quote_char ok 7182 - check sep_char ok 7183 - combine ok 7184 - string ok 7185 - parse ok 7186 - fields ok 7187 - 10 fields ok 7188 - content ok 7189 - -- \t " ~ 1 ok 7190 - check always_quote ok 7191 - check escape_char ok 7192 - check quote_char ok 7193 - check sep_char ok 7194 - combine ok 7195 - string ok 7196 - parse ok 7197 - fields ok 7198 - 10 fields ok 7199 - content ok 7200 - -- \t " \x{00} 1 ok 7201 - check always_quote ok 7202 - check escape_char ok 7203 - check quote_char ok 7204 - check sep_char ok 7205 - combine ok 7206 - string ok 7207 - parse ok 7208 - fields ok 7209 - 10 fields ok 7210 - content ok 7211 - -- \t ' " 1 ok 7212 - check always_quote ok 7213 - check escape_char ok 7214 - check quote_char ok 7215 - check sep_char ok 7216 - combine ok 7217 - string ok 7218 - parse ok 7219 - fields ok 7220 - 10 fields ok 7221 - content ok 7222 - -- \t ' ' 1 ok 7223 - check always_quote ok 7224 - check escape_char ok 7225 - check quote_char ok 7226 - check sep_char ok 7227 - Illegal combo for combine ok 7228 - illegal combo for parse ok 7229 - -- \t ' , 1 ok 7230 - check always_quote ok 7231 - check escape_char ok 7232 - check quote_char ok 7233 - check sep_char ok 7234 - combine ok 7235 - string ok 7236 - parse ok 7237 - fields ok 7238 - 10 fields ok 7239 - content ok 7240 - -- \t ' ; 1 ok 7241 - check always_quote ok 7242 - check escape_char ok 7243 - check quote_char ok 7244 - check sep_char ok 7245 - combine ok 7246 - string ok 7247 - parse ok 7248 - fields ok 7249 - 10 fields ok 7250 - content ok 7251 - -- \t ' \t 1 ok 7252 - check always_quote ok 7253 - check escape_char ok 7254 - check quote_char ok 7255 - check sep_char ok 7256 - Illegal combo for combine ok 7257 - illegal combo for parse ok 7258 - -- \t ' \ 1 ok 7259 - check always_quote ok 7260 - check escape_char ok 7261 - check quote_char ok 7262 - check sep_char ok 7263 - combine ok 7264 - string ok 7265 - parse ok 7266 - fields ok 7267 - 10 fields ok 7268 - content ok 7269 - -- \t ' ~ 1 ok 7270 - check always_quote ok 7271 - check escape_char ok 7272 - check quote_char ok 7273 - check sep_char ok 7274 - combine ok 7275 - string ok 7276 - parse ok 7277 - fields ok 7278 - 10 fields ok 7279 - content ok 7280 - -- \t ' \x{00} 1 ok 7281 - check always_quote ok 7282 - check escape_char ok 7283 - check quote_char ok 7284 - check sep_char ok 7285 - combine ok 7286 - string ok 7287 - parse ok 7288 - fields ok 7289 - 10 fields ok 7290 - content ok 7291 - -- \t , " 1 ok 7292 - check always_quote ok 7293 - check escape_char ok 7294 - check quote_char ok 7295 - check sep_char ok 7296 - combine ok 7297 - string ok 7298 - parse ok 7299 - fields ok 7300 - 10 fields ok 7301 - content ok 7302 - -- \t , ' 1 ok 7303 - check always_quote ok 7304 - check escape_char ok 7305 - check quote_char ok 7306 - check sep_char ok 7307 - combine ok 7308 - string ok 7309 - parse ok 7310 - fields ok 7311 - 10 fields ok 7312 - content ok 7313 - -- \t , , 1 ok 7314 - check always_quote ok 7315 - check escape_char ok 7316 - check quote_char ok 7317 - check sep_char ok 7318 - Illegal combo for combine ok 7319 - illegal combo for parse ok 7320 - -- \t , ; 1 ok 7321 - check always_quote ok 7322 - check escape_char ok 7323 - check quote_char ok 7324 - check sep_char ok 7325 - combine ok 7326 - string ok 7327 - parse ok 7328 - fields ok 7329 - 10 fields ok 7330 - content ok 7331 - -- \t , \t 1 ok 7332 - check always_quote ok 7333 - check escape_char ok 7334 - check quote_char ok 7335 - check sep_char ok 7336 - Illegal combo for combine ok 7337 - illegal combo for parse ok 7338 - -- \t , \ 1 ok 7339 - check always_quote ok 7340 - check escape_char ok 7341 - check quote_char ok 7342 - check sep_char ok 7343 - combine ok 7344 - string ok 7345 - parse ok 7346 - fields ok 7347 - 10 fields ok 7348 - content ok 7349 - -- \t , ~ 1 ok 7350 - check always_quote ok 7351 - check escape_char ok 7352 - check quote_char ok 7353 - check sep_char ok 7354 - combine ok 7355 - string ok 7356 - parse ok 7357 - fields ok 7358 - 10 fields ok 7359 - content ok 7360 - -- \t , \x{00} 1 ok 7361 - check always_quote ok 7362 - check escape_char ok 7363 - check quote_char ok 7364 - check sep_char ok 7365 - combine ok 7366 - string ok 7367 - parse ok 7368 - fields ok 7369 - 10 fields ok 7370 - content ok 7371 - -- \t ; " 1 ok 7372 - check always_quote ok 7373 - check escape_char ok 7374 - check quote_char ok 7375 - check sep_char ok 7376 - combine ok 7377 - string ok 7378 - parse ok 7379 - fields ok 7380 - 10 fields ok 7381 - content ok 7382 - -- \t ; ' 1 ok 7383 - check always_quote ok 7384 - check escape_char ok 7385 - check quote_char ok 7386 - check sep_char ok 7387 - combine ok 7388 - string ok 7389 - parse ok 7390 - fields ok 7391 - 10 fields ok 7392 - content ok 7393 - -- \t ; , 1 ok 7394 - check always_quote ok 7395 - check escape_char ok 7396 - check quote_char ok 7397 - check sep_char ok 7398 - combine ok 7399 - string ok 7400 - parse ok 7401 - fields ok 7402 - 10 fields ok 7403 - content ok 7404 - -- \t ; ; 1 ok 7405 - check always_quote ok 7406 - check escape_char ok 7407 - check quote_char ok 7408 - check sep_char ok 7409 - Illegal combo for combine ok 7410 - illegal combo for parse ok 7411 - -- \t ; \t 1 ok 7412 - check always_quote ok 7413 - check escape_char ok 7414 - check quote_char ok 7415 - check sep_char ok 7416 - Illegal combo for combine ok 7417 - illegal combo for parse ok 7418 - -- \t ; \ 1 ok 7419 - check always_quote ok 7420 - check escape_char ok 7421 - check quote_char ok 7422 - check sep_char ok 7423 - combine ok 7424 - string ok 7425 - parse ok 7426 - fields ok 7427 - 10 fields ok 7428 - content ok 7429 - -- \t ; ~ 1 ok 7430 - check always_quote ok 7431 - check escape_char ok 7432 - check quote_char ok 7433 - check sep_char ok 7434 - combine ok 7435 - string ok 7436 - parse ok 7437 - fields ok 7438 - 10 fields ok 7439 - content ok 7440 - -- \t ; \x{00} 1 ok 7441 - check always_quote ok 7442 - check escape_char ok 7443 - check quote_char ok 7444 - check sep_char ok 7445 - combine ok 7446 - string ok 7447 - parse ok 7448 - fields ok 7449 - 10 fields ok 7450 - content ok 7451 - -- \t \t " 1 ok 7452 - check always_quote ok 7453 - check escape_char ok 7454 - check quote_char ok 7455 - check sep_char ok 7456 - combine ok 7457 - string ok 7458 - parse ok 7459 - fields ok 7460 - 10 fields ok 7461 - content ok 7462 - -- \t \t ' 1 ok 7463 - check always_quote ok 7464 - check escape_char ok 7465 - check quote_char ok 7466 - check sep_char ok 7467 - combine ok 7468 - string ok 7469 - parse ok 7470 - fields ok 7471 - 10 fields ok 7472 - content ok 7473 - -- \t \t , 1 ok 7474 - check always_quote ok 7475 - check escape_char ok 7476 - check quote_char ok 7477 - check sep_char ok 7478 - combine ok 7479 - string ok 7480 - parse ok 7481 - fields ok 7482 - 10 fields ok 7483 - content ok 7484 - -- \t \t ; 1 ok 7485 - check always_quote ok 7486 - check escape_char ok 7487 - check quote_char ok 7488 - check sep_char ok 7489 - combine ok 7490 - string ok 7491 - parse ok 7492 - fields ok 7493 - 10 fields ok 7494 - content ok 7495 - -- \t \t \t 1 ok 7496 - check always_quote ok 7497 - check escape_char ok 7498 - check quote_char ok 7499 - check sep_char ok 7500 - Illegal combo for combine ok 7501 - illegal combo for parse ok 7502 - -- \t \t \ 1 ok 7503 - check always_quote ok 7504 - check escape_char ok 7505 - check quote_char ok 7506 - check sep_char ok 7507 - combine ok 7508 - string ok 7509 - parse ok 7510 - fields ok 7511 - 10 fields ok 7512 - content ok 7513 - -- \t \t ~ 1 ok 7514 - check always_quote ok 7515 - check escape_char ok 7516 - check quote_char ok 7517 - check sep_char ok 7518 - combine ok 7519 - string ok 7520 - parse ok 7521 - fields ok 7522 - 10 fields ok 7523 - content ok 7524 - -- \t \t \x{00} 1 ok 7525 - check always_quote ok 7526 - check escape_char ok 7527 - check quote_char ok 7528 - check sep_char ok 7529 - combine ok 7530 - string ok 7531 - parse ok 7532 - fields ok 7533 - 10 fields ok 7534 - content ok 7535 - -- \t \ " 1 ok 7536 - check always_quote ok 7537 - check escape_char ok 7538 - check quote_char ok 7539 - check sep_char ok 7540 - combine ok 7541 - string ok 7542 - parse ok 7543 - fields ok 7544 - 10 fields ok 7545 - content ok 7546 - -- \t \ ' 1 ok 7547 - check always_quote ok 7548 - check escape_char ok 7549 - check quote_char ok 7550 - check sep_char ok 7551 - combine ok 7552 - string ok 7553 - parse ok 7554 - fields ok 7555 - 10 fields ok 7556 - content ok 7557 - -- \t \ , 1 ok 7558 - check always_quote ok 7559 - check escape_char ok 7560 - check quote_char ok 7561 - check sep_char ok 7562 - combine ok 7563 - string ok 7564 - parse ok 7565 - fields ok 7566 - 10 fields ok 7567 - content ok 7568 - -- \t \ ; 1 ok 7569 - check always_quote ok 7570 - check escape_char ok 7571 - check quote_char ok 7572 - check sep_char ok 7573 - combine ok 7574 - string ok 7575 - parse ok 7576 - fields ok 7577 - 10 fields ok 7578 - content ok 7579 - -- \t \ \t 1 ok 7580 - check always_quote ok 7581 - check escape_char ok 7582 - check quote_char ok 7583 - check sep_char ok 7584 - Illegal combo for combine ok 7585 - illegal combo for parse ok 7586 - -- \t \ \ 1 ok 7587 - check always_quote ok 7588 - check escape_char ok 7589 - check quote_char ok 7590 - check sep_char ok 7591 - Illegal combo for combine ok 7592 - illegal combo for parse ok 7593 - -- \t \ ~ 1 ok 7594 - check always_quote ok 7595 - check escape_char ok 7596 - check quote_char ok 7597 - check sep_char ok 7598 - combine ok 7599 - string ok 7600 - parse ok 7601 - fields ok 7602 - 10 fields ok 7603 - content ok 7604 - -- \t \ \x{00} 1 ok 7605 - check always_quote ok 7606 - check escape_char ok 7607 - check quote_char ok 7608 - check sep_char ok 7609 - combine ok 7610 - string ok 7611 - parse ok 7612 - fields ok 7613 - 10 fields ok 7614 - content ok 7615 - -- \t ~ " 1 ok 7616 - check always_quote ok 7617 - check escape_char ok 7618 - check quote_char ok 7619 - check sep_char ok 7620 - combine ok 7621 - string ok 7622 - parse ok 7623 - fields ok 7624 - 10 fields ok 7625 - content ok 7626 - -- \t ~ ' 1 ok 7627 - check always_quote ok 7628 - check escape_char ok 7629 - check quote_char ok 7630 - check sep_char ok 7631 - combine ok 7632 - string ok 7633 - parse ok 7634 - fields ok 7635 - 10 fields ok 7636 - content ok 7637 - -- \t ~ , 1 ok 7638 - check always_quote ok 7639 - check escape_char ok 7640 - check quote_char ok 7641 - check sep_char ok 7642 - combine ok 7643 - string ok 7644 - parse ok 7645 - fields ok 7646 - 10 fields ok 7647 - content ok 7648 - -- \t ~ ; 1 ok 7649 - check always_quote ok 7650 - check escape_char ok 7651 - check quote_char ok 7652 - check sep_char ok 7653 - combine ok 7654 - string ok 7655 - parse ok 7656 - fields ok 7657 - 10 fields ok 7658 - content ok 7659 - -- \t ~ \t 1 ok 7660 - check always_quote ok 7661 - check escape_char ok 7662 - check quote_char ok 7663 - check sep_char ok 7664 - Illegal combo for combine ok 7665 - illegal combo for parse ok 7666 - -- \t ~ \ 1 ok 7667 - check always_quote ok 7668 - check escape_char ok 7669 - check quote_char ok 7670 - check sep_char ok 7671 - combine ok 7672 - string ok 7673 - parse ok 7674 - fields ok 7675 - 10 fields ok 7676 - content ok 7677 - -- \t ~ ~ 1 ok 7678 - check always_quote ok 7679 - check escape_char ok 7680 - check quote_char ok 7681 - check sep_char ok 7682 - Illegal combo for combine ok 7683 - illegal combo for parse ok 7684 - -- \t ~ \x{00} 1 ok 7685 - check always_quote ok 7686 - check escape_char ok 7687 - check quote_char ok 7688 - check sep_char ok 7689 - combine ok 7690 - string ok 7691 - parse ok 7692 - fields ok 7693 - 10 fields ok 7694 - content ok 7695 - -- \t + " 1 ok 7696 - check always_quote ok 7697 - check escape_char ok 7698 - check quote_char ok 7699 - check sep_char ok 7700 - combine ok 7701 - string ok 7702 - parse ok 7703 - fields ok 7704 - 10 fields ok 7705 - content ok 7706 - -- \t + ' 1 ok 7707 - check always_quote ok 7708 - check escape_char ok 7709 - check quote_char ok 7710 - check sep_char ok 7711 - combine ok 7712 - string ok 7713 - parse ok 7714 - fields ok 7715 - 10 fields ok 7716 - content ok 7717 - -- \t + , 1 ok 7718 - check always_quote ok 7719 - check escape_char ok 7720 - check quote_char ok 7721 - check sep_char ok 7722 - combine ok 7723 - string ok 7724 - parse ok 7725 - fields ok 7726 - 10 fields ok 7727 - content ok 7728 - -- \t + ; 1 ok 7729 - check always_quote ok 7730 - check escape_char ok 7731 - check quote_char ok 7732 - check sep_char ok 7733 - combine ok 7734 - string ok 7735 - parse ok 7736 - fields ok 7737 - 10 fields ok 7738 - content ok 7739 - -- \t + \t 1 ok 7740 - check always_quote ok 7741 - check escape_char ok 7742 - check quote_char ok 7743 - check sep_char ok 7744 - Illegal combo for combine ok 7745 - illegal combo for parse ok 7746 - -- \t + \ 1 ok 7747 - check always_quote ok 7748 - check escape_char ok 7749 - check quote_char ok 7750 - check sep_char ok 7751 - combine ok 7752 - string ok 7753 - parse ok 7754 - fields ok 7755 - 10 fields ok 7756 - content ok 7757 - -- \t + ~ 1 ok 7758 - check always_quote ok 7759 - check escape_char ok 7760 - check quote_char ok 7761 - check sep_char ok 7762 - combine ok 7763 - string ok 7764 - parse ok 7765 - fields ok 7766 - 10 fields ok 7767 - content ok 7768 - -- \t + \x{00} 1 ok 7769 - check always_quote ok 7770 - check escape_char ok 7771 - check quote_char ok 7772 - check sep_char ok 7773 - combine ok 7774 - string ok 7775 - parse ok 7776 - fields ok 7777 - 10 fields ok 7778 - content ok 7779 - -- \ " " 1 ok 7780 - check always_quote ok 7781 - check escape_char ok 7782 - check quote_char ok 7783 - check sep_char ok 7784 - Illegal combo for combine ok 7785 - illegal combo for parse ok 7786 - -- \ " ' 1 ok 7787 - check always_quote ok 7788 - check escape_char ok 7789 - check quote_char ok 7790 - check sep_char ok 7791 - combine ok 7792 - string ok 7793 - parse ok 7794 - fields ok 7795 - 10 fields ok 7796 - content ok 7797 - -- \ " , 1 ok 7798 - check always_quote ok 7799 - check escape_char ok 7800 - check quote_char ok 7801 - check sep_char ok 7802 - combine ok 7803 - string ok 7804 - parse ok 7805 - fields ok 7806 - 10 fields ok 7807 - content ok 7808 - -- \ " ; 1 ok 7809 - check always_quote ok 7810 - check escape_char ok 7811 - check quote_char ok 7812 - check sep_char ok 7813 - combine ok 7814 - string ok 7815 - parse ok 7816 - fields ok 7817 - 10 fields ok 7818 - content ok 7819 - -- \ " \t 1 ok 7820 - check always_quote ok 7821 - check escape_char ok 7822 - check quote_char ok 7823 - check sep_char ok 7824 - combine ok 7825 - string ok 7826 - parse ok 7827 - fields ok 7828 - 10 fields ok 7829 - content ok 7830 - -- \ " \ 1 ok 7831 - check always_quote ok 7832 - check escape_char ok 7833 - check quote_char ok 7834 - check sep_char ok 7835 - Illegal combo for combine ok 7836 - illegal combo for parse ok 7837 - -- \ " ~ 1 ok 7838 - check always_quote ok 7839 - check escape_char ok 7840 - check quote_char ok 7841 - check sep_char ok 7842 - combine ok 7843 - string ok 7844 - parse ok 7845 - fields ok 7846 - 10 fields ok 7847 - content ok 7848 - -- \ " \x{00} 1 ok 7849 - check always_quote ok 7850 - check escape_char ok 7851 - check quote_char ok 7852 - check sep_char ok 7853 - combine ok 7854 - string ok 7855 - parse ok 7856 - fields ok 7857 - 10 fields ok 7858 - content ok 7859 - -- \ ' " 1 ok 7860 - check always_quote ok 7861 - check escape_char ok 7862 - check quote_char ok 7863 - check sep_char ok 7864 - combine ok 7865 - string ok 7866 - parse ok 7867 - fields ok 7868 - 10 fields ok 7869 - content ok 7870 - -- \ ' ' 1 ok 7871 - check always_quote ok 7872 - check escape_char ok 7873 - check quote_char ok 7874 - check sep_char ok 7875 - Illegal combo for combine ok 7876 - illegal combo for parse ok 7877 - -- \ ' , 1 ok 7878 - check always_quote ok 7879 - check escape_char ok 7880 - check quote_char ok 7881 - check sep_char ok 7882 - combine ok 7883 - string ok 7884 - parse ok 7885 - fields ok 7886 - 10 fields ok 7887 - content ok 7888 - -- \ ' ; 1 ok 7889 - check always_quote ok 7890 - check escape_char ok 7891 - check quote_char ok 7892 - check sep_char ok 7893 - combine ok 7894 - string ok 7895 - parse ok 7896 - fields ok 7897 - 10 fields ok 7898 - content ok 7899 - -- \ ' \t 1 ok 7900 - check always_quote ok 7901 - check escape_char ok 7902 - check quote_char ok 7903 - check sep_char ok 7904 - combine ok 7905 - string ok 7906 - parse ok 7907 - fields ok 7908 - 10 fields ok 7909 - content ok 7910 - -- \ ' \ 1 ok 7911 - check always_quote ok 7912 - check escape_char ok 7913 - check quote_char ok 7914 - check sep_char ok 7915 - Illegal combo for combine ok 7916 - illegal combo for parse ok 7917 - -- \ ' ~ 1 ok 7918 - check always_quote ok 7919 - check escape_char ok 7920 - check quote_char ok 7921 - check sep_char ok 7922 - combine ok 7923 - string ok 7924 - parse ok 7925 - fields ok 7926 - 10 fields ok 7927 - content ok 7928 - -- \ ' \x{00} 1 ok 7929 - check always_quote ok 7930 - check escape_char ok 7931 - check quote_char ok 7932 - check sep_char ok 7933 - combine ok 7934 - string ok 7935 - parse ok 7936 - fields ok 7937 - 10 fields ok 7938 - content ok 7939 - -- \ , " 1 ok 7940 - check always_quote ok 7941 - check escape_char ok 7942 - check quote_char ok 7943 - check sep_char ok 7944 - combine ok 7945 - string ok 7946 - parse ok 7947 - fields ok 7948 - 10 fields ok 7949 - content ok 7950 - -- \ , ' 1 ok 7951 - check always_quote ok 7952 - check escape_char ok 7953 - check quote_char ok 7954 - check sep_char ok 7955 - combine ok 7956 - string ok 7957 - parse ok 7958 - fields ok 7959 - 10 fields ok 7960 - content ok 7961 - -- \ , , 1 ok 7962 - check always_quote ok 7963 - check escape_char ok 7964 - check quote_char ok 7965 - check sep_char ok 7966 - Illegal combo for combine ok 7967 - illegal combo for parse ok 7968 - -- \ , ; 1 ok 7969 - check always_quote ok 7970 - check escape_char ok 7971 - check quote_char ok 7972 - check sep_char ok 7973 - combine ok 7974 - string ok 7975 - parse ok 7976 - fields ok 7977 - 10 fields ok 7978 - content ok 7979 - -- \ , \t 1 ok 7980 - check always_quote ok 7981 - check escape_char ok 7982 - check quote_char ok 7983 - check sep_char ok 7984 - combine ok 7985 - string ok 7986 - parse ok 7987 - fields ok 7988 - 10 fields ok 7989 - content ok 7990 - -- \ , \ 1 ok 7991 - check always_quote ok 7992 - check escape_char ok 7993 - check quote_char ok 7994 - check sep_char ok 7995 - Illegal combo for combine ok 7996 - illegal combo for parse ok 7997 - -- \ , ~ 1 ok 7998 - check always_quote ok 7999 - check escape_char ok 8000 - check quote_char ok 8001 - check sep_char ok 8002 - combine ok 8003 - string ok 8004 - parse ok 8005 - fields ok 8006 - 10 fields ok 8007 - content ok 8008 - -- \ , \x{00} 1 ok 8009 - check always_quote ok 8010 - check escape_char ok 8011 - check quote_char ok 8012 - check sep_char ok 8013 - combine ok 8014 - string ok 8015 - parse ok 8016 - fields ok 8017 - 10 fields ok 8018 - content ok 8019 - -- \ ; " 1 ok 8020 - check always_quote ok 8021 - check escape_char ok 8022 - check quote_char ok 8023 - check sep_char ok 8024 - combine ok 8025 - string ok 8026 - parse ok 8027 - fields ok 8028 - 10 fields ok 8029 - content ok 8030 - -- \ ; ' 1 ok 8031 - check always_quote ok 8032 - check escape_char ok 8033 - check quote_char ok 8034 - check sep_char ok 8035 - combine ok 8036 - string ok 8037 - parse ok 8038 - fields ok 8039 - 10 fields ok 8040 - content ok 8041 - -- \ ; , 1 ok 8042 - check always_quote ok 8043 - check escape_char ok 8044 - check quote_char ok 8045 - check sep_char ok 8046 - combine ok 8047 - string ok 8048 - parse ok 8049 - fields ok 8050 - 10 fields ok 8051 - content ok 8052 - -- \ ; ; 1 ok 8053 - check always_quote ok 8054 - check escape_char ok 8055 - check quote_char ok 8056 - check sep_char ok 8057 - Illegal combo for combine ok 8058 - illegal combo for parse ok 8059 - -- \ ; \t 1 ok 8060 - check always_quote ok 8061 - check escape_char ok 8062 - check quote_char ok 8063 - check sep_char ok 8064 - combine ok 8065 - string ok 8066 - parse ok 8067 - fields ok 8068 - 10 fields ok 8069 - content ok 8070 - -- \ ; \ 1 ok 8071 - check always_quote ok 8072 - check escape_char ok 8073 - check quote_char ok 8074 - check sep_char ok 8075 - Illegal combo for combine ok 8076 - illegal combo for parse ok 8077 - -- \ ; ~ 1 ok 8078 - check always_quote ok 8079 - check escape_char ok 8080 - check quote_char ok 8081 - check sep_char ok 8082 - combine ok 8083 - string ok 8084 - parse ok 8085 - fields ok 8086 - 10 fields ok 8087 - content ok 8088 - -- \ ; \x{00} 1 ok 8089 - check always_quote ok 8090 - check escape_char ok 8091 - check quote_char ok 8092 - check sep_char ok 8093 - combine ok 8094 - string ok 8095 - parse ok 8096 - fields ok 8097 - 10 fields ok 8098 - content ok 8099 - -- \ \t " 1 ok 8100 - check always_quote ok 8101 - check escape_char ok 8102 - check quote_char ok 8103 - check sep_char ok 8104 - combine ok 8105 - string ok 8106 - parse ok 8107 - fields ok 8108 - 10 fields ok 8109 - content ok 8110 - -- \ \t ' 1 ok 8111 - check always_quote ok 8112 - check escape_char ok 8113 - check quote_char ok 8114 - check sep_char ok 8115 - combine ok 8116 - string ok 8117 - parse ok 8118 - fields ok 8119 - 10 fields ok 8120 - content ok 8121 - -- \ \t , 1 ok 8122 - check always_quote ok 8123 - check escape_char ok 8124 - check quote_char ok 8125 - check sep_char ok 8126 - combine ok 8127 - string ok 8128 - parse ok 8129 - fields ok 8130 - 10 fields ok 8131 - content ok 8132 - -- \ \t ; 1 ok 8133 - check always_quote ok 8134 - check escape_char ok 8135 - check quote_char ok 8136 - check sep_char ok 8137 - combine ok 8138 - string ok 8139 - parse ok 8140 - fields ok 8141 - 10 fields ok 8142 - content ok 8143 - -- \ \t \t 1 ok 8144 - check always_quote ok 8145 - check escape_char ok 8146 - check quote_char ok 8147 - check sep_char ok 8148 - Illegal combo for combine ok 8149 - illegal combo for parse ok 8150 - -- \ \t \ 1 ok 8151 - check always_quote ok 8152 - check escape_char ok 8153 - check quote_char ok 8154 - check sep_char ok 8155 - Illegal combo for combine ok 8156 - illegal combo for parse ok 8157 - -- \ \t ~ 1 ok 8158 - check always_quote ok 8159 - check escape_char ok 8160 - check quote_char ok 8161 - check sep_char ok 8162 - combine ok 8163 - string ok 8164 - parse ok 8165 - fields ok 8166 - 10 fields ok 8167 - content ok 8168 - -- \ \t \x{00} 1 ok 8169 - check always_quote ok 8170 - check escape_char ok 8171 - check quote_char ok 8172 - check sep_char ok 8173 - combine ok 8174 - string ok 8175 - parse ok 8176 - fields ok 8177 - 10 fields ok 8178 - content ok 8179 - -- \ \ " 1 ok 8180 - check always_quote ok 8181 - check escape_char ok 8182 - check quote_char ok 8183 - check sep_char ok 8184 - combine ok 8185 - string ok 8186 - parse ok 8187 - fields ok 8188 - 10 fields ok 8189 - content ok 8190 - -- \ \ ' 1 ok 8191 - check always_quote ok 8192 - check escape_char ok 8193 - check quote_char ok 8194 - check sep_char ok 8195 - combine ok 8196 - string ok 8197 - parse ok 8198 - fields ok 8199 - 10 fields ok 8200 - content ok 8201 - -- \ \ , 1 ok 8202 - check always_quote ok 8203 - check escape_char ok 8204 - check quote_char ok 8205 - check sep_char ok 8206 - combine ok 8207 - string ok 8208 - parse ok 8209 - fields ok 8210 - 10 fields ok 8211 - content ok 8212 - -- \ \ ; 1 ok 8213 - check always_quote ok 8214 - check escape_char ok 8215 - check quote_char ok 8216 - check sep_char ok 8217 - combine ok 8218 - string ok 8219 - parse ok 8220 - fields ok 8221 - 10 fields ok 8222 - content ok 8223 - -- \ \ \t 1 ok 8224 - check always_quote ok 8225 - check escape_char ok 8226 - check quote_char ok 8227 - check sep_char ok 8228 - combine ok 8229 - string ok 8230 - parse ok 8231 - fields ok 8232 - 10 fields ok 8233 - content ok 8234 - -- \ \ \ 1 ok 8235 - check always_quote ok 8236 - check escape_char ok 8237 - check quote_char ok 8238 - check sep_char ok 8239 - Illegal combo for combine ok 8240 - illegal combo for parse ok 8241 - -- \ \ ~ 1 ok 8242 - check always_quote ok 8243 - check escape_char ok 8244 - check quote_char ok 8245 - check sep_char ok 8246 - combine ok 8247 - string ok 8248 - parse ok 8249 - fields ok 8250 - 10 fields ok 8251 - content ok 8252 - -- \ \ \x{00} 1 ok 8253 - check always_quote ok 8254 - check escape_char ok 8255 - check quote_char ok 8256 - check sep_char ok 8257 - combine ok 8258 - string ok 8259 - parse ok 8260 - fields ok 8261 - 10 fields ok 8262 - content ok 8263 - -- \ ~ " 1 ok 8264 - check always_quote ok 8265 - check escape_char ok 8266 - check quote_char ok 8267 - check sep_char ok 8268 - combine ok 8269 - string ok 8270 - parse ok 8271 - fields ok 8272 - 10 fields ok 8273 - content ok 8274 - -- \ ~ ' 1 ok 8275 - check always_quote ok 8276 - check escape_char ok 8277 - check quote_char ok 8278 - check sep_char ok 8279 - combine ok 8280 - string ok 8281 - parse ok 8282 - fields ok 8283 - 10 fields ok 8284 - content ok 8285 - -- \ ~ , 1 ok 8286 - check always_quote ok 8287 - check escape_char ok 8288 - check quote_char ok 8289 - check sep_char ok 8290 - combine ok 8291 - string ok 8292 - parse ok 8293 - fields ok 8294 - 10 fields ok 8295 - content ok 8296 - -- \ ~ ; 1 ok 8297 - check always_quote ok 8298 - check escape_char ok 8299 - check quote_char ok 8300 - check sep_char ok 8301 - combine ok 8302 - string ok 8303 - parse ok 8304 - fields ok 8305 - 10 fields ok 8306 - content ok 8307 - -- \ ~ \t 1 ok 8308 - check always_quote ok 8309 - check escape_char ok 8310 - check quote_char ok 8311 - check sep_char ok 8312 - combine ok 8313 - string ok 8314 - parse ok 8315 - fields ok 8316 - 10 fields ok 8317 - content ok 8318 - -- \ ~ \ 1 ok 8319 - check always_quote ok 8320 - check escape_char ok 8321 - check quote_char ok 8322 - check sep_char ok 8323 - Illegal combo for combine ok 8324 - illegal combo for parse ok 8325 - -- \ ~ ~ 1 ok 8326 - check always_quote ok 8327 - check escape_char ok 8328 - check quote_char ok 8329 - check sep_char ok 8330 - Illegal combo for combine ok 8331 - illegal combo for parse ok 8332 - -- \ ~ \x{00} 1 ok 8333 - check always_quote ok 8334 - check escape_char ok 8335 - check quote_char ok 8336 - check sep_char ok 8337 - combine ok 8338 - string ok 8339 - parse ok 8340 - fields ok 8341 - 10 fields ok 8342 - content ok 8343 - -- \ + " 1 ok 8344 - check always_quote ok 8345 - check escape_char ok 8346 - check quote_char ok 8347 - check sep_char ok 8348 - combine ok 8349 - string ok 8350 - parse ok 8351 - fields ok 8352 - 10 fields ok 8353 - content ok 8354 - -- \ + ' 1 ok 8355 - check always_quote ok 8356 - check escape_char ok 8357 - check quote_char ok 8358 - check sep_char ok 8359 - combine ok 8360 - string ok 8361 - parse ok 8362 - fields ok 8363 - 10 fields ok 8364 - content ok 8365 - -- \ + , 1 ok 8366 - check always_quote ok 8367 - check escape_char ok 8368 - check quote_char ok 8369 - check sep_char ok 8370 - combine ok 8371 - string ok 8372 - parse ok 8373 - fields ok 8374 - 10 fields ok 8375 - content ok 8376 - -- \ + ; 1 ok 8377 - check always_quote ok 8378 - check escape_char ok 8379 - check quote_char ok 8380 - check sep_char ok 8381 - combine ok 8382 - string ok 8383 - parse ok 8384 - fields ok 8385 - 10 fields ok 8386 - content ok 8387 - -- \ + \t 1 ok 8388 - check always_quote ok 8389 - check escape_char ok 8390 - check quote_char ok 8391 - check sep_char ok 8392 - combine ok 8393 - string ok 8394 - parse ok 8395 - fields ok 8396 - 10 fields ok 8397 - content ok 8398 - -- \ + \ 1 ok 8399 - check always_quote ok 8400 - check escape_char ok 8401 - check quote_char ok 8402 - check sep_char ok 8403 - Illegal combo for combine ok 8404 - illegal combo for parse ok 8405 - -- \ + ~ 1 ok 8406 - check always_quote ok 8407 - check escape_char ok 8408 - check quote_char ok 8409 - check sep_char ok 8410 - combine ok 8411 - string ok 8412 - parse ok 8413 - fields ok 8414 - 10 fields ok 8415 - content ok 8416 - -- \ + \x{00} 1 ok 8417 - check always_quote ok 8418 - check escape_char ok 8419 - check quote_char ok 8420 - check sep_char ok 8421 - combine ok 8422 - string ok 8423 - parse ok 8424 - fields ok 8425 - 10 fields ok 8426 - content ok 8427 - -- ~ " " 1 ok 8428 - check always_quote ok 8429 - check escape_char ok 8430 - check quote_char ok 8431 - check sep_char ok 8432 - Illegal combo for combine ok 8433 - illegal combo for parse ok 8434 - -- ~ " ' 1 ok 8435 - check always_quote ok 8436 - check escape_char ok 8437 - check quote_char ok 8438 - check sep_char ok 8439 - combine ok 8440 - string ok 8441 - parse ok 8442 - fields ok 8443 - 10 fields ok 8444 - content ok 8445 - -- ~ " , 1 ok 8446 - check always_quote ok 8447 - check escape_char ok 8448 - check quote_char ok 8449 - check sep_char ok 8450 - combine ok 8451 - string ok 8452 - parse ok 8453 - fields ok 8454 - 10 fields ok 8455 - content ok 8456 - -- ~ " ; 1 ok 8457 - check always_quote ok 8458 - check escape_char ok 8459 - check quote_char ok 8460 - check sep_char ok 8461 - combine ok 8462 - string ok 8463 - parse ok 8464 - fields ok 8465 - 10 fields ok 8466 - content ok 8467 - -- ~ " \t 1 ok 8468 - check always_quote ok 8469 - check escape_char ok 8470 - check quote_char ok 8471 - check sep_char ok 8472 - combine ok 8473 - string ok 8474 - parse ok 8475 - fields ok 8476 - 10 fields ok 8477 - content ok 8478 - -- ~ " \ 1 ok 8479 - check always_quote ok 8480 - check escape_char ok 8481 - check quote_char ok 8482 - check sep_char ok 8483 - combine ok 8484 - string ok 8485 - parse ok 8486 - fields ok 8487 - 10 fields ok 8488 - content ok 8489 - -- ~ " ~ 1 ok 8490 - check always_quote ok 8491 - check escape_char ok 8492 - check quote_char ok 8493 - check sep_char ok 8494 - Illegal combo for combine ok 8495 - illegal combo for parse ok 8496 - -- ~ " \x{00} 1 ok 8497 - check always_quote ok 8498 - check escape_char ok 8499 - check quote_char ok 8500 - check sep_char ok 8501 - combine ok 8502 - string ok 8503 - parse ok 8504 - fields ok 8505 - 10 fields ok 8506 - content ok 8507 - -- ~ ' " 1 ok 8508 - check always_quote ok 8509 - check escape_char ok 8510 - check quote_char ok 8511 - check sep_char ok 8512 - combine ok 8513 - string ok 8514 - parse ok 8515 - fields ok 8516 - 10 fields ok 8517 - content ok 8518 - -- ~ ' ' 1 ok 8519 - check always_quote ok 8520 - check escape_char ok 8521 - check quote_char ok 8522 - check sep_char ok 8523 - Illegal combo for combine ok 8524 - illegal combo for parse ok 8525 - -- ~ ' , 1 ok 8526 - check always_quote ok 8527 - check escape_char ok 8528 - check quote_char ok 8529 - check sep_char ok 8530 - combine ok 8531 - string ok 8532 - parse ok 8533 - fields ok 8534 - 10 fields ok 8535 - content ok 8536 - -- ~ ' ; 1 ok 8537 - check always_quote ok 8538 - check escape_char ok 8539 - check quote_char ok 8540 - check sep_char ok 8541 - combine ok 8542 - string ok 8543 - parse ok 8544 - fields ok 8545 - 10 fields ok 8546 - content ok 8547 - -- ~ ' \t 1 ok 8548 - check always_quote ok 8549 - check escape_char ok 8550 - check quote_char ok 8551 - check sep_char ok 8552 - combine ok 8553 - string ok 8554 - parse ok 8555 - fields ok 8556 - 10 fields ok 8557 - content ok 8558 - -- ~ ' \ 1 ok 8559 - check always_quote ok 8560 - check escape_char ok 8561 - check quote_char ok 8562 - check sep_char ok 8563 - combine ok 8564 - string ok 8565 - parse ok 8566 - fields ok 8567 - 10 fields ok 8568 - content ok 8569 - -- ~ ' ~ 1 ok 8570 - check always_quote ok 8571 - check escape_char ok 8572 - check quote_char ok 8573 - check sep_char ok 8574 - Illegal combo for combine ok 8575 - illegal combo for parse ok 8576 - -- ~ ' \x{00} 1 ok 8577 - check always_quote ok 8578 - check escape_char ok 8579 - check quote_char ok 8580 - check sep_char ok 8581 - combine ok 8582 - string ok 8583 - parse ok 8584 - fields ok 8585 - 10 fields ok 8586 - content ok 8587 - -- ~ , " 1 ok 8588 - check always_quote ok 8589 - check escape_char ok 8590 - check quote_char ok 8591 - check sep_char ok 8592 - combine ok 8593 - string ok 8594 - parse ok 8595 - fields ok 8596 - 10 fields ok 8597 - content ok 8598 - -- ~ , ' 1 ok 8599 - check always_quote ok 8600 - check escape_char ok 8601 - check quote_char ok 8602 - check sep_char ok 8603 - combine ok 8604 - string ok 8605 - parse ok 8606 - fields ok 8607 - 10 fields ok 8608 - content ok 8609 - -- ~ , , 1 ok 8610 - check always_quote ok 8611 - check escape_char ok 8612 - check quote_char ok 8613 - check sep_char ok 8614 - Illegal combo for combine ok 8615 - illegal combo for parse ok 8616 - -- ~ , ; 1 ok 8617 - check always_quote ok 8618 - check escape_char ok 8619 - check quote_char ok 8620 - check sep_char ok 8621 - combine ok 8622 - string ok 8623 - parse ok 8624 - fields ok 8625 - 10 fields ok 8626 - content ok 8627 - -- ~ , \t 1 ok 8628 - check always_quote ok 8629 - check escape_char ok 8630 - check quote_char ok 8631 - check sep_char ok 8632 - combine ok 8633 - string ok 8634 - parse ok 8635 - fields ok 8636 - 10 fields ok 8637 - content ok 8638 - -- ~ , \ 1 ok 8639 - check always_quote ok 8640 - check escape_char ok 8641 - check quote_char ok 8642 - check sep_char ok 8643 - combine ok 8644 - string ok 8645 - parse ok 8646 - fields ok 8647 - 10 fields ok 8648 - content ok 8649 - -- ~ , ~ 1 ok 8650 - check always_quote ok 8651 - check escape_char ok 8652 - check quote_char ok 8653 - check sep_char ok 8654 - Illegal combo for combine ok 8655 - illegal combo for parse ok 8656 - -- ~ , \x{00} 1 ok 8657 - check always_quote ok 8658 - check escape_char ok 8659 - check quote_char ok 8660 - check sep_char ok 8661 - combine ok 8662 - string ok 8663 - parse ok 8664 - fields ok 8665 - 10 fields ok 8666 - content ok 8667 - -- ~ ; " 1 ok 8668 - check always_quote ok 8669 - check escape_char ok 8670 - check quote_char ok 8671 - check sep_char ok 8672 - combine ok 8673 - string ok 8674 - parse ok 8675 - fields ok 8676 - 10 fields ok 8677 - content ok 8678 - -- ~ ; ' 1 ok 8679 - check always_quote ok 8680 - check escape_char ok 8681 - check quote_char ok 8682 - check sep_char ok 8683 - combine ok 8684 - string ok 8685 - parse ok 8686 - fields ok 8687 - 10 fields ok 8688 - content ok 8689 - -- ~ ; , 1 ok 8690 - check always_quote ok 8691 - check escape_char ok 8692 - check quote_char ok 8693 - check sep_char ok 8694 - combine ok 8695 - string ok 8696 - parse ok 8697 - fields ok 8698 - 10 fields ok 8699 - content ok 8700 - -- ~ ; ; 1 ok 8701 - check always_quote ok 8702 - check escape_char ok 8703 - check quote_char ok 8704 - check sep_char ok 8705 - Illegal combo for combine ok 8706 - illegal combo for parse ok 8707 - -- ~ ; \t 1 ok 8708 - check always_quote ok 8709 - check escape_char ok 8710 - check quote_char ok 8711 - check sep_char ok 8712 - combine ok 8713 - string ok 8714 - parse ok 8715 - fields ok 8716 - 10 fields ok 8717 - content ok 8718 - -- ~ ; \ 1 ok 8719 - check always_quote ok 8720 - check escape_char ok 8721 - check quote_char ok 8722 - check sep_char ok 8723 - combine ok 8724 - string ok 8725 - parse ok 8726 - fields ok 8727 - 10 fields ok 8728 - content ok 8729 - -- ~ ; ~ 1 ok 8730 - check always_quote ok 8731 - check escape_char ok 8732 - check quote_char ok 8733 - check sep_char ok 8734 - Illegal combo for combine ok 8735 - illegal combo for parse ok 8736 - -- ~ ; \x{00} 1 ok 8737 - check always_quote ok 8738 - check escape_char ok 8739 - check quote_char ok 8740 - check sep_char ok 8741 - combine ok 8742 - string ok 8743 - parse ok 8744 - fields ok 8745 - 10 fields ok 8746 - content ok 8747 - -- ~ \t " 1 ok 8748 - check always_quote ok 8749 - check escape_char ok 8750 - check quote_char ok 8751 - check sep_char ok 8752 - combine ok 8753 - string ok 8754 - parse ok 8755 - fields ok 8756 - 10 fields ok 8757 - content ok 8758 - -- ~ \t ' 1 ok 8759 - check always_quote ok 8760 - check escape_char ok 8761 - check quote_char ok 8762 - check sep_char ok 8763 - combine ok 8764 - string ok 8765 - parse ok 8766 - fields ok 8767 - 10 fields ok 8768 - content ok 8769 - -- ~ \t , 1 ok 8770 - check always_quote ok 8771 - check escape_char ok 8772 - check quote_char ok 8773 - check sep_char ok 8774 - combine ok 8775 - string ok 8776 - parse ok 8777 - fields ok 8778 - 10 fields ok 8779 - content ok 8780 - -- ~ \t ; 1 ok 8781 - check always_quote ok 8782 - check escape_char ok 8783 - check quote_char ok 8784 - check sep_char ok 8785 - combine ok 8786 - string ok 8787 - parse ok 8788 - fields ok 8789 - 10 fields ok 8790 - content ok 8791 - -- ~ \t \t 1 ok 8792 - check always_quote ok 8793 - check escape_char ok 8794 - check quote_char ok 8795 - check sep_char ok 8796 - Illegal combo for combine ok 8797 - illegal combo for parse ok 8798 - -- ~ \t \ 1 ok 8799 - check always_quote ok 8800 - check escape_char ok 8801 - check quote_char ok 8802 - check sep_char ok 8803 - combine ok 8804 - string ok 8805 - parse ok 8806 - fields ok 8807 - 10 fields ok 8808 - content ok 8809 - -- ~ \t ~ 1 ok 8810 - check always_quote ok 8811 - check escape_char ok 8812 - check quote_char ok 8813 - check sep_char ok 8814 - Illegal combo for combine ok 8815 - illegal combo for parse ok 8816 - -- ~ \t \x{00} 1 ok 8817 - check always_quote ok 8818 - check escape_char ok 8819 - check quote_char ok 8820 - check sep_char ok 8821 - combine ok 8822 - string ok 8823 - parse ok 8824 - fields ok 8825 - 10 fields ok 8826 - content ok 8827 - -- ~ \ " 1 ok 8828 - check always_quote ok 8829 - check escape_char ok 8830 - check quote_char ok 8831 - check sep_char ok 8832 - combine ok 8833 - string ok 8834 - parse ok 8835 - fields ok 8836 - 10 fields ok 8837 - content ok 8838 - -- ~ \ ' 1 ok 8839 - check always_quote ok 8840 - check escape_char ok 8841 - check quote_char ok 8842 - check sep_char ok 8843 - combine ok 8844 - string ok 8845 - parse ok 8846 - fields ok 8847 - 10 fields ok 8848 - content ok 8849 - -- ~ \ , 1 ok 8850 - check always_quote ok 8851 - check escape_char ok 8852 - check quote_char ok 8853 - check sep_char ok 8854 - combine ok 8855 - string ok 8856 - parse ok 8857 - fields ok 8858 - 10 fields ok 8859 - content ok 8860 - -- ~ \ ; 1 ok 8861 - check always_quote ok 8862 - check escape_char ok 8863 - check quote_char ok 8864 - check sep_char ok 8865 - combine ok 8866 - string ok 8867 - parse ok 8868 - fields ok 8869 - 10 fields ok 8870 - content ok 8871 - -- ~ \ \t 1 ok 8872 - check always_quote ok 8873 - check escape_char ok 8874 - check quote_char ok 8875 - check sep_char ok 8876 - combine ok 8877 - string ok 8878 - parse ok 8879 - fields ok 8880 - 10 fields ok 8881 - content ok 8882 - -- ~ \ \ 1 ok 8883 - check always_quote ok 8884 - check escape_char ok 8885 - check quote_char ok 8886 - check sep_char ok 8887 - Illegal combo for combine ok 8888 - illegal combo for parse ok 8889 - -- ~ \ ~ 1 ok 8890 - check always_quote ok 8891 - check escape_char ok 8892 - check quote_char ok 8893 - check sep_char ok 8894 - Illegal combo for combine ok 8895 - illegal combo for parse ok 8896 - -- ~ \ \x{00} 1 ok 8897 - check always_quote ok 8898 - check escape_char ok 8899 - check quote_char ok 8900 - check sep_char ok 8901 - combine ok 8902 - string ok 8903 - parse ok 8904 - fields ok 8905 - 10 fields ok 8906 - content ok 8907 - -- ~ ~ " 1 ok 8908 - check always_quote ok 8909 - check escape_char ok 8910 - check quote_char ok 8911 - check sep_char ok 8912 - combine ok 8913 - string ok 8914 - parse ok 8915 - fields ok 8916 - 10 fields ok 8917 - content ok 8918 - -- ~ ~ ' 1 ok 8919 - check always_quote ok 8920 - check escape_char ok 8921 - check quote_char ok 8922 - check sep_char ok 8923 - combine ok 8924 - string ok 8925 - parse ok 8926 - fields ok 8927 - 10 fields ok 8928 - content ok 8929 - -- ~ ~ , 1 ok 8930 - check always_quote ok 8931 - check escape_char ok 8932 - check quote_char ok 8933 - check sep_char ok 8934 - combine ok 8935 - string ok 8936 - parse ok 8937 - fields ok 8938 - 10 fields ok 8939 - content ok 8940 - -- ~ ~ ; 1 ok 8941 - check always_quote ok 8942 - check escape_char ok 8943 - check quote_char ok 8944 - check sep_char ok 8945 - combine ok 8946 - string ok 8947 - parse ok 8948 - fields ok 8949 - 10 fields ok 8950 - content ok 8951 - -- ~ ~ \t 1 ok 8952 - check always_quote ok 8953 - check escape_char ok 8954 - check quote_char ok 8955 - check sep_char ok 8956 - combine ok 8957 - string ok 8958 - parse ok 8959 - fields ok 8960 - 10 fields ok 8961 - content ok 8962 - -- ~ ~ \ 1 ok 8963 - check always_quote ok 8964 - check escape_char ok 8965 - check quote_char ok 8966 - check sep_char ok 8967 - combine ok 8968 - string ok 8969 - parse ok 8970 - fields ok 8971 - 10 fields ok 8972 - content ok 8973 - -- ~ ~ ~ 1 ok 8974 - check always_quote ok 8975 - check escape_char ok 8976 - check quote_char ok 8977 - check sep_char ok 8978 - Illegal combo for combine ok 8979 - illegal combo for parse ok 8980 - -- ~ ~ \x{00} 1 ok 8981 - check always_quote ok 8982 - check escape_char ok 8983 - check quote_char ok 8984 - check sep_char ok 8985 - combine ok 8986 - string ok 8987 - parse ok 8988 - fields ok 8989 - 10 fields ok 8990 - content ok 8991 - -- ~ + " 1 ok 8992 - check always_quote ok 8993 - check escape_char ok 8994 - check quote_char ok 8995 - check sep_char ok 8996 - combine ok 8997 - string ok 8998 - parse ok 8999 - fields ok 9000 - 10 fields ok 9001 - content ok 9002 - -- ~ + ' 1 ok 9003 - check always_quote ok 9004 - check escape_char ok 9005 - check quote_char ok 9006 - check sep_char ok 9007 - combine ok 9008 - string ok 9009 - parse ok 9010 - fields ok 9011 - 10 fields ok 9012 - content ok 9013 - -- ~ + , 1 ok 9014 - check always_quote ok 9015 - check escape_char ok 9016 - check quote_char ok 9017 - check sep_char ok 9018 - combine ok 9019 - string ok 9020 - parse ok 9021 - fields ok 9022 - 10 fields ok 9023 - content ok 9024 - -- ~ + ; 1 ok 9025 - check always_quote ok 9026 - check escape_char ok 9027 - check quote_char ok 9028 - check sep_char ok 9029 - combine ok 9030 - string ok 9031 - parse ok 9032 - fields ok 9033 - 10 fields ok 9034 - content ok 9035 - -- ~ + \t 1 ok 9036 - check always_quote ok 9037 - check escape_char ok 9038 - check quote_char ok 9039 - check sep_char ok 9040 - combine ok 9041 - string ok 9042 - parse ok 9043 - fields ok 9044 - 10 fields ok 9045 - content ok 9046 - -- ~ + \ 1 ok 9047 - check always_quote ok 9048 - check escape_char ok 9049 - check quote_char ok 9050 - check sep_char ok 9051 - combine ok 9052 - string ok 9053 - parse ok 9054 - fields ok 9055 - 10 fields ok 9056 - content ok 9057 - -- ~ + ~ 1 ok 9058 - check always_quote ok 9059 - check escape_char ok 9060 - check quote_char ok 9061 - check sep_char ok 9062 - Illegal combo for combine ok 9063 - illegal combo for parse ok 9064 - -- ~ + \x{00} 1 ok 9065 - check always_quote ok 9066 - check escape_char ok 9067 - check quote_char ok 9068 - check sep_char ok 9069 - combine ok 9070 - string ok 9071 - parse ok 9072 - fields ok 9073 - 10 fields ok 9074 - content ok t/60_samples........1..8 ok 1 - use Text::CSV_PP; ok 2 - new (", \\, ;, 1) ok 3 - combine () ok 4 - string () ok 5 - parse () ok 6 - field count ok 7 - field 1 ok 8 - field 2 ok t/65_allow..........1..617 ok 1 - use Text::CSV_PP; ok 2 - Allow unescaped quotes ok 3 - 1 - new (alq => 0) ok 4 - 1 - parse () fail ok 5 - 1 - parse () pass ok 6 - 1 - fields ok 7 - 2 - new (alq => 0) ok 8 - 2 - parse () fail ok 9 - 2 - parse () pass ok 10 - 2 - fields ok 11 - 3 - new (alq => 0) ok 12 - 3 - parse () fail ok 13 - 3 - parse () pass ok 14 - 3 - fields ok 15 - 4 - new (alq => 0) ok 16 - 4 - parse () fail ok 17 - 4 - parse () pass ok 18 - 4 - fields ok 19 - 5 - new (alq => 0) ok 20 - 5 - parse () fail ok 21 - 5 - parse () pass ok 22 - 5 - fields ok 23 - Allow loose escapes ok 24 - 1 - new (ale => 0) ok 25 - 1 - parse () fail ok 26 - 1 - parse () pass ok 27 - 1 - fields ok 28 - 2 - new (ale => 0) ok 29 - 2 - parse () fail ok 30 - 2 - parse () pass ok 31 - 2 - fields ok 32 - 3 - new (ale => 0) ok 33 - 3 - parse () fail ok 34 - 3 - parse () pass ok 35 - 3 - fields ok 36 - 4 - new (ale => 0) ok 37 - 4 - parse () fail ok 38 - 4 - parse () pass ok 39 - 4 - fields ok 40 - 5 - new (ale => 0) ok 41 - 5 - parse () fail ok 42 - 5 - parse () pass ok 43 - 5 - fields ok 44 - 6 - new (ale => 0) ok 45 - 6 - parse () fail ok 46 - 6 - parse () pass ok 47 - 6 - fields ok 48 - 7 - new (ale => 0) ok 49 - 7 - parse () fail ok 50 - 7 - parse () pass ok 51 - 7 - fields ok 52 - 8 - new (ale => 0) ok 53 - 8 - parse () fail ok 54 - 8 - parse () pass ok 55 - Allow whitespace ok 56 - / 1 - new - '1,foo,bar,baz,quux') ok 57 - / 1 - parse () fail ok 58 - / 1 - parse () pass ok 59 - / 1 - fields ok 60 - / 1 - content ok 61 - / 2 - new - '1,foo,bar,"baz",quux') ok 62 - / 2 - parse () fail ok 63 - / 2 - parse () pass ok 64 - / 2 - fields ok 65 - / 2 - content ok 66 - / 3 - new - '1, foo,bar,"baz",quux') ok 67 - / 3 - parse () fail ok 68 - / 3 - parse () pass ok 69 - / 3 - fields ok 70 - / 3 - content ok 71 - / 4 - new - ' 1,foo,bar,"baz",quux') ok 72 - / 4 - parse () fail ok 73 - / 4 - parse () pass ok 74 - / 4 - fields ok 75 - / 4 - content ok 76 - / 5 - new - '1,foo,bar, "baz",quux') ok 77 - / 5 - parse () fail ok 78 - / 5 - parse () pass ok 79 - / 5 - fields ok 80 - / 5 - content ok 81 - / 6 - new - '1,foo ,bar,"baz",quux') ok 82 - / 6 - parse () fail ok 83 - / 6 - parse () pass ok 84 - / 6 - fields ok 85 - / 6 - content ok 86 - / 7 - new - '1,foo,bar,"baz",quux ') ok 87 - / 7 - parse () fail ok 88 - / 7 - parse () pass ok 89 - / 7 - fields ok 90 - / 7 - content ok 91 - / 8 - new - '1,foo,bar,"baz","quux"') ok 92 - / 8 - parse () fail ok 93 - / 8 - parse () pass ok 94 - / 8 - fields ok 95 - / 8 - content ok 96 - / 9 - new - '1,foo,bar,"baz" ,quux') ok 97 - / 9 - parse () fail ok 98 - / 9 - parse () pass ok 99 - / 9 - fields ok 100 - / 9 - content ok 101 - / 10 - new - '1,foo,bar,"baz","quux" ') ok 102 - / 10 - parse () fail ok 103 - / 10 - parse () pass ok 104 - / 10 - fields ok 105 - / 10 - content ok 106 - / 11 - new - ' 1 , foo , bar , "baz" , quux ') ok 107 - / 11 - parse () fail ok 108 - / 11 - parse () pass ok 109 - / 11 - fields ok 110 - / 11 - content ok 111 - / 12 - new - ' 1 , foo , bar , "baz" , quux ') ok 112 - / 12 - parse () fail ok 113 - / 12 - parse () pass ok 114 - / 12 - fields ok 115 - / 12 - content ok 116 - / 13 - new - ' 1 , foo , bar , "baz" , quux ') ok 117 - / 13 - parse () fail ok 118 - / 13 - parse () pass ok 119 - / 13 - fields ok 120 - / 13 - content ok 121 - \n / 1 - new - '1,foo,bar,baz,quux') ok 122 - \n / 1 - parse () fail ok 123 - \n / 1 - parse () pass ok 124 - \n / 1 - fields ok 125 - \n / 1 - content ok 126 - \n / 2 - new - '1,foo,bar,"baz",quux') ok 127 - \n / 2 - parse () fail ok 128 - \n / 2 - parse () pass ok 129 - \n / 2 - fields ok 130 - \n / 2 - content ok 131 - \n / 3 - new - '1, foo,bar,"baz",quux') ok 132 - \n / 3 - parse () fail ok 133 - \n / 3 - parse () pass ok 134 - \n / 3 - fields ok 135 - \n / 3 - content ok 136 - \n / 4 - new - ' 1,foo,bar,"baz",quux') ok 137 - \n / 4 - parse () fail ok 138 - \n / 4 - parse () pass ok 139 - \n / 4 - fields ok 140 - \n / 4 - content ok 141 - \n / 5 - new - '1,foo,bar, "baz",quux') ok 142 - \n / 5 - parse () fail ok 143 - \n / 5 - parse () pass ok 144 - \n / 5 - fields ok 145 - \n / 5 - content ok 146 - \n / 6 - new - '1,foo ,bar,"baz",quux') ok 147 - \n / 6 - parse () fail ok 148 - \n / 6 - parse () pass ok 149 - \n / 6 - fields ok 150 - \n / 6 - content ok 151 - \n / 7 - new - '1,foo,bar,"baz",quux ') ok 152 - \n / 7 - parse () fail ok 153 - \n / 7 - parse () pass ok 154 - \n / 7 - fields ok 155 - \n / 7 - content ok 156 - \n / 8 - new - '1,foo,bar,"baz","quux"') ok 157 - \n / 8 - parse () fail ok 158 - \n / 8 - parse () pass ok 159 - \n / 8 - fields ok 160 - \n / 8 - content ok 161 - \n / 9 - new - '1,foo,bar,"baz" ,quux') ok 162 - \n / 9 - parse () fail ok 163 - \n / 9 - parse () pass ok 164 - \n / 9 - fields ok 165 - \n / 9 - content ok 166 - \n / 10 - new - '1,foo,bar,"baz","quux" ') ok 167 - \n / 10 - parse () fail ok 168 - \n / 10 - parse () pass ok 169 - \n / 10 - fields ok 170 - \n / 10 - content ok 171 - \n / 11 - new - ' 1 , foo , bar , "baz" , quux ') ok 172 - \n / 11 - parse () fail ok 173 - \n / 11 - parse () pass ok 174 - \n / 11 - fields ok 175 - \n / 11 - content ok 176 - \n / 12 - new - ' 1 , foo , bar , "baz" , quux ') ok 177 - \n / 12 - parse () fail ok 178 - \n / 12 - parse () pass ok 179 - \n / 12 - fields ok 180 - \n / 12 - content ok 181 - \n / 13 - new - ' 1 , foo , bar , "baz" , quux ') ok 182 - \n / 13 - parse () fail ok 183 - \n / 13 - parse () pass ok 184 - \n / 13 - fields ok 185 - \n / 13 - content ok 186 - \r / 1 - new - '1,foo,bar,baz,quux') ok 187 - \r / 1 - parse () fail ok 188 - \r / 1 - parse () pass ok 189 - \r / 1 - fields ok 190 - \r / 1 - content ok 191 - \r / 2 - new - '1,foo,bar,"baz",quux') ok 192 - \r / 2 - parse () fail ok 193 - \r / 2 - parse () pass ok 194 - \r / 2 - fields ok 195 - \r / 2 - content ok 196 - \r / 3 - new - '1, foo,bar,"baz",quux') ok 197 - \r / 3 - parse () fail ok 198 - \r / 3 - parse () pass ok 199 - \r / 3 - fields ok 200 - \r / 3 - content ok 201 - \r / 4 - new - ' 1,foo,bar,"baz",quux') ok 202 - \r / 4 - parse () fail ok 203 - \r / 4 - parse () pass ok 204 - \r / 4 - fields ok 205 - \r / 4 - content ok 206 - \r / 5 - new - '1,foo,bar, "baz",quux') ok 207 - \r / 5 - parse () fail ok 208 - \r / 5 - parse () pass ok 209 - \r / 5 - fields ok 210 - \r / 5 - content ok 211 - \r / 6 - new - '1,foo ,bar,"baz",quux') ok 212 - \r / 6 - parse () fail ok 213 - \r / 6 - parse () pass ok 214 - \r / 6 - fields ok 215 - \r / 6 - content ok 216 - \r / 7 - new - '1,foo,bar,"baz",quux ') ok 217 - \r / 7 - parse () fail ok 218 - \r / 7 - parse () pass ok 219 - \r / 7 - fields ok 220 - \r / 7 - content ok 221 - \r / 8 - new - '1,foo,bar,"baz","quux"') ok 222 - \r / 8 - parse () fail ok 223 - \r / 8 - parse () pass ok 224 - \r / 8 - fields ok 225 - \r / 8 - content ok 226 - \r / 9 - new - '1,foo,bar,"baz" ,quux') ok 227 - \r / 9 - parse () fail ok 228 - \r / 9 - parse () pass ok 229 - \r / 9 - fields ok 230 - \r / 9 - content ok 231 - \r / 10 - new - '1,foo,bar,"baz","quux" ') ok 232 - \r / 10 - parse () fail ok 233 - \r / 10 - parse () pass ok 234 - \r / 10 - fields ok 235 - \r / 10 - content ok 236 - \r / 11 - new - ' 1 , foo , bar , "baz" , quux ') ok 237 - \r / 11 - parse () fail ok 238 - \r / 11 - parse () pass ok 239 - \r / 11 - fields ok 240 - \r / 11 - content ok 241 - \r / 12 - new - ' 1 , foo , bar , "baz" , quux ') ok 242 - \r / 12 - parse () fail ok 243 - \r / 12 - parse () pass ok 244 - \r / 12 - fields ok 245 - \r / 12 - content ok 246 - \r / 13 - new - ' 1 , foo , bar , "baz" , quux ') ok 247 - \r / 13 - parse () fail ok 248 - \r / 13 - parse () pass ok 249 - \r / 13 - fields ok 250 - \r / 13 - content ok 251 - \r\n / 1 - new - '1,foo,bar,baz,quux') ok 252 - \r\n / 1 - parse () fail ok 253 - \r\n / 1 - parse () pass ok 254 - \r\n / 1 - fields ok 255 - \r\n / 1 - content ok 256 - \r\n / 2 - new - '1,foo,bar,"baz",quux') ok 257 - \r\n / 2 - parse () fail ok 258 - \r\n / 2 - parse () pass ok 259 - \r\n / 2 - fields ok 260 - \r\n / 2 - content ok 261 - \r\n / 3 - new - '1, foo,bar,"baz",quux') ok 262 - \r\n / 3 - parse () fail ok 263 - \r\n / 3 - parse () pass ok 264 - \r\n / 3 - fields ok 265 - \r\n / 3 - content ok 266 - \r\n / 4 - new - ' 1,foo,bar,"baz",quux') ok 267 - \r\n / 4 - parse () fail ok 268 - \r\n / 4 - parse () pass ok 269 - \r\n / 4 - fields ok 270 - \r\n / 4 - content ok 271 - \r\n / 5 - new - '1,foo,bar, "baz",quux') ok 272 - \r\n / 5 - parse () fail ok 273 - \r\n / 5 - parse () pass ok 274 - \r\n / 5 - fields ok 275 - \r\n / 5 - content ok 276 - \r\n / 6 - new - '1,foo ,bar,"baz",quux') ok 277 - \r\n / 6 - parse () fail ok 278 - \r\n / 6 - parse () pass ok 279 - \r\n / 6 - fields ok 280 - \r\n / 6 - content ok 281 - \r\n / 7 - new - '1,foo,bar,"baz",quux ') ok 282 - \r\n / 7 - parse () fail ok 283 - \r\n / 7 - parse () pass ok 284 - \r\n / 7 - fields ok 285 - \r\n / 7 - content ok 286 - \r\n / 8 - new - '1,foo,bar,"baz","quux"') ok 287 - \r\n / 8 - parse () fail ok 288 - \r\n / 8 - parse () pass ok 289 - \r\n / 8 - fields ok 290 - \r\n / 8 - content ok 291 - \r\n / 9 - new - '1,foo,bar,"baz" ,quux') ok 292 - \r\n / 9 - parse () fail ok 293 - \r\n / 9 - parse () pass ok 294 - \r\n / 9 - fields ok 295 - \r\n / 9 - content ok 296 - \r\n / 10 - new - '1,foo,bar,"baz","quux" ') ok 297 - \r\n / 10 - parse () fail ok 298 - \r\n / 10 - parse () pass ok 299 - \r\n / 10 - fields ok 300 - \r\n / 10 - content ok 301 - \r\n / 11 - new - ' 1 , foo , bar , "baz" , quux ') ok 302 - \r\n / 11 - parse () fail ok 303 - \r\n / 11 - parse () pass ok 304 - \r\n / 11 - fields ok 305 - \r\n / 11 - content ok 306 - \r\n / 12 - new - ' 1 , foo , bar , "baz" , quux ') ok 307 - \r\n / 12 - parse () fail ok 308 - \r\n / 12 - parse () pass ok 309 - \r\n / 12 - fields ok 310 - \r\n / 12 - content ok 311 - \r\n / 13 - new - ' 1 , foo , bar , "baz" , quux ') ok 312 - \r\n / 13 - parse () fail ok 313 - \r\n / 13 - parse () pass ok 314 - \r\n / 13 - fields ok 315 - \r\n / 13 - content ok 316 - Allow whitespace, esc = + ok 317 - / 1 - new - '1,foo,bar,baz,quux') ok 318 - / 1 - parse () fail ok 319 - / 1 - parse () pass ok 320 - / 1 - fields ok 321 - / 1 - content ok 322 - / 2 - new - '1,foo,bar,"baz",quux') ok 323 - / 2 - parse () fail ok 324 - / 2 - parse () pass ok 325 - / 2 - fields ok 326 - / 2 - content ok 327 - / 3 - new - '1, foo,bar,"baz",quux') ok 328 - / 3 - parse () fail ok 329 - / 3 - parse () pass ok 330 - / 3 - fields ok 331 - / 3 - content ok 332 - / 4 - new - ' 1,foo,bar,"baz",quux') ok 333 - / 4 - parse () fail ok 334 - / 4 - parse () pass ok 335 - / 4 - fields ok 336 - / 4 - content ok 337 - / 6 - new - '1,foo ,bar,"baz",quux') ok 338 - / 6 - parse () fail ok 339 - / 6 - parse () pass ok 340 - / 6 - fields ok 341 - / 6 - content ok 342 - / 7 - new - '1,foo,bar,"baz",quux ') ok 343 - / 7 - parse () fail ok 344 - / 7 - parse () pass ok 345 - / 7 - fields ok 346 - / 7 - content ok 347 - / 8 - new - '1,foo,bar,"baz","quux"') ok 348 - / 8 - parse () fail ok 349 - / 8 - parse () pass ok 350 - / 8 - fields ok 351 - / 8 - content ok 352 - / 9 - new - '1,foo,bar,"baz" ,quux') ok 353 - / 9 - parse () fail ok 354 - / 9 - parse () pass ok 355 - / 9 - fields ok 356 - / 9 - content ok 357 - / 10 - new - '1,foo,bar,"baz","quux" ') ok 358 - / 10 - parse () fail ok 359 - / 10 - parse () pass ok 360 - / 10 - fields ok 361 - / 10 - content ok 362 - / 11 - new - '1,foo,bar,"baz","quux" ') ok 363 - / 11 - parse () fail ok 364 - / 11 - parse () pass ok 365 - / 11 - fields ok 366 - / 11 - content ok 367 - \n / 1 - new - '1,foo,bar,baz,quux') ok 368 - \n / 1 - parse () fail ok 369 - \n / 1 - parse () pass ok 370 - \n / 1 - fields ok 371 - \n / 1 - content ok 372 - \n / 2 - new - '1,foo,bar,"baz",quux') ok 373 - \n / 2 - parse () fail ok 374 - \n / 2 - parse () pass ok 375 - \n / 2 - fields ok 376 - \n / 2 - content ok 377 - \n / 3 - new - '1, foo,bar,"baz",quux') ok 378 - \n / 3 - parse () fail ok 379 - \n / 3 - parse () pass ok 380 - \n / 3 - fields ok 381 - \n / 3 - content ok 382 - \n / 4 - new - ' 1,foo,bar,"baz",quux') ok 383 - \n / 4 - parse () fail ok 384 - \n / 4 - parse () pass ok 385 - \n / 4 - fields ok 386 - \n / 4 - content ok 387 - \n / 6 - new - '1,foo ,bar,"baz",quux') ok 388 - \n / 6 - parse () fail ok 389 - \n / 6 - parse () pass ok 390 - \n / 6 - fields ok 391 - \n / 6 - content ok 392 - \n / 7 - new - '1,foo,bar,"baz",quux ') ok 393 - \n / 7 - parse () fail ok 394 - \n / 7 - parse () pass ok 395 - \n / 7 - fields ok 396 - \n / 7 - content ok 397 - \n / 8 - new - '1,foo,bar,"baz","quux"') ok 398 - \n / 8 - parse () fail ok 399 - \n / 8 - parse () pass ok 400 - \n / 8 - fields ok 401 - \n / 8 - content ok 402 - \n / 9 - new - '1,foo,bar,"baz" ,quux') ok 403 - \n / 9 - parse () fail ok 404 - \n / 9 - parse () pass ok 405 - \n / 9 - fields ok 406 - \n / 9 - content ok 407 - \n / 10 - new - '1,foo,bar,"baz","quux" ') ok 408 - \n / 10 - parse () fail ok 409 - \n / 10 - parse () pass ok 410 - \n / 10 - fields ok 411 - \n / 10 - content ok 412 - \n / 11 - new - '1,foo,bar,"baz","quux" ') ok 413 - \n / 11 - parse () fail ok 414 - \n / 11 - parse () pass ok 415 - \n / 11 - fields ok 416 - \n / 11 - content ok 417 - \r / 1 - new - '1,foo,bar,baz,quux') ok 418 - \r / 1 - parse () fail ok 419 - \r / 1 - parse () pass ok 420 - \r / 1 - fields ok 421 - \r / 1 - content ok 422 - \r / 2 - new - '1,foo,bar,"baz",quux') ok 423 - \r / 2 - parse () fail ok 424 - \r / 2 - parse () pass ok 425 - \r / 2 - fields ok 426 - \r / 2 - content ok 427 - \r / 3 - new - '1, foo,bar,"baz",quux') ok 428 - \r / 3 - parse () fail ok 429 - \r / 3 - parse () pass ok 430 - \r / 3 - fields ok 431 - \r / 3 - content ok 432 - \r / 4 - new - ' 1,foo,bar,"baz",quux') ok 433 - \r / 4 - parse () fail ok 434 - \r / 4 - parse () pass ok 435 - \r / 4 - fields ok 436 - \r / 4 - content ok 437 - \r / 6 - new - '1,foo ,bar,"baz",quux') ok 438 - \r / 6 - parse () fail ok 439 - \r / 6 - parse () pass ok 440 - \r / 6 - fields ok 441 - \r / 6 - content ok 442 - \r / 7 - new - '1,foo,bar,"baz",quux ') ok 443 - \r / 7 - parse () fail ok 444 - \r / 7 - parse () pass ok 445 - \r / 7 - fields ok 446 - \r / 7 - content ok 447 - \r / 8 - new - '1,foo,bar,"baz","quux"') ok 448 - \r / 8 - parse () fail ok 449 - \r / 8 - parse () pass ok 450 - \r / 8 - fields ok 451 - \r / 8 - content ok 452 - \r / 9 - new - '1,foo,bar,"baz" ,quux') ok 453 - \r / 9 - parse () fail ok 454 - \r / 9 - parse () pass ok 455 - \r / 9 - fields ok 456 - \r / 9 - content ok 457 - \r / 10 - new - '1,foo,bar,"baz","quux" ') ok 458 - \r / 10 - parse () fail ok 459 - \r / 10 - parse () pass ok 460 - \r / 10 - fields ok 461 - \r / 10 - content ok 462 - \r / 11 - new - '1,foo,bar,"baz","quux" ') ok 463 - \r / 11 - parse () fail ok 464 - \r / 11 - parse () pass ok 465 - \r / 11 - fields ok 466 - \r / 11 - content ok 467 - \r\n / 1 - new - '1,foo,bar,baz,quux') ok 468 - \r\n / 1 - parse () fail ok 469 - \r\n / 1 - parse () pass ok 470 - \r\n / 1 - fields ok 471 - \r\n / 1 - content ok 472 - \r\n / 2 - new - '1,foo,bar,"baz",quux') ok 473 - \r\n / 2 - parse () fail ok 474 - \r\n / 2 - parse () pass ok 475 - \r\n / 2 - fields ok 476 - \r\n / 2 - content ok 477 - \r\n / 3 - new - '1, foo,bar,"baz",quux') ok 478 - \r\n / 3 - parse () fail ok 479 - \r\n / 3 - parse () pass ok 480 - \r\n / 3 - fields ok 481 - \r\n / 3 - content ok 482 - \r\n / 4 - new - ' 1,foo,bar,"baz",quux') ok 483 - \r\n / 4 - parse () fail ok 484 - \r\n / 4 - parse () pass ok 485 - \r\n / 4 - fields ok 486 - \r\n / 4 - content ok 487 - \r\n / 6 - new - '1,foo ,bar,"baz",quux') ok 488 - \r\n / 6 - parse () fail ok 489 - \r\n / 6 - parse () pass ok 490 - \r\n / 6 - fields ok 491 - \r\n / 6 - content ok 492 - \r\n / 7 - new - '1,foo,bar,"baz",quux ') ok 493 - \r\n / 7 - parse () fail ok 494 - \r\n / 7 - parse () pass ok 495 - \r\n / 7 - fields ok 496 - \r\n / 7 - content ok 497 - \r\n / 8 - new - '1,foo,bar,"baz","quux"') ok 498 - \r\n / 8 - parse () fail ok 499 - \r\n / 8 - parse () pass ok 500 - \r\n / 8 - fields ok 501 - \r\n / 8 - content ok 502 - \r\n / 9 - new - '1,foo,bar,"baz" ,quux') ok 503 - \r\n / 9 - parse () fail ok 504 - \r\n / 9 - parse () pass ok 505 - \r\n / 9 - fields ok 506 - \r\n / 9 - content ok 507 - \r\n / 10 - new - '1,foo,bar,"baz","quux" ') ok 508 - \r\n / 10 - parse () fail ok 509 - \r\n / 10 - parse () pass ok 510 - \r\n / 10 - fields ok 511 - \r\n / 10 - content ok 512 - \r\n / 11 - new - '1,foo,bar,"baz","quux" ') ok 513 - \r\n / 11 - parse () fail ok 514 - \r\n / 11 - parse () pass ok 515 - \r\n / 11 - fields ok 516 - \r\n / 11 - content ok 517 - Trailing junk ok 518 - --undef-- - new) ok 519 - 1 - parse () default ok 520 - 1 - parse () allow ok 521 - 2 - parse () default ok 522 - 2 - parse () allow ok 523 - 3 - parse () default ok 524 - 3 - parse () allow ok 525 - 4 - parse () default ok 526 - 4 - parse () allow ok 527 - 5 - parse () default ok 528 - 5 - parse () allow ok 529 - 6 - parse () default ok 530 - 6 - parse () allow ok 531 - \r - new) ok 532 - 1 - parse () default ok 533 - 1 - parse () allow ok 534 - 2 - parse () default ok 535 - 2 - parse () allow ok 536 - 3 - parse () default ok 537 - 3 - parse () allow ok 538 - 4 - parse () default ok 539 - 4 - parse () allow ok 540 - 5 - parse () default ok 541 - 5 - parse () allow ok 542 - 6 - parse () default ok 543 - 6 - parse () allow ok 544 - --undef-- - new) ok 545 - 1 - parse () default ok 546 - 1 - parse () allow ok 547 - 2 - parse () default ok 548 - 2 - parse () allow ok 549 - 3 - parse () default ok 550 - 3 - parse () allow ok 551 - 4 - parse () default ok 552 - 4 - parse () allow ok 553 - 5 - parse () default ok 554 - 5 - parse () allow ok 555 - 6 - parse () default ok 556 - 6 - parse () allow ok 557 - \r - new) ok 558 - 1 - parse () default ok 559 - 1 - parse () allow ok 560 - 2 - parse () default ok 561 - 2 - parse () allow ok 562 - 3 - parse () default ok 563 - 3 - parse () allow ok 564 - 4 - parse () default ok 565 - 4 - parse () allow ok 566 - 5 - parse () default ok 567 - 5 - parse () allow ok 568 - 6 - parse () default ok 569 - 6 - parse () allow ok 570 - verbatim ok 571 - verbatim on parse () ok 572 - \n 0 parse ok 573 - \n 0 fields ok 574 - \n 0 fld 2 ok 575 - \n 0 fld 3 ok 576 - \n 0 parse ok 577 - \n 0 fields ok 578 - \n 0 fld 2 ok 579 - \n 1 parse ok 580 - \n 1 fields ok 581 - \n 1 fld 2 ok 582 - \n 1 fld 3 ok 583 - \n 1 parse ok 584 - \n 1 fields ok 585 - \n 1 fld 2 ok 586 - \#\r\n 0 parse ok 587 - \#\r\n 0 fields ok 588 - \#\r\n 0 fld 2 ok 589 - \#\r\n 0 fld 3 ok 590 - \#\r\n 0 parse ok 591 - \#\r\n 0 fields ok 592 - \#\r\n 0 fld 2 ok 593 - \#\r\n 1 parse ok 594 - \#\r\n 1 fields ok 595 - \#\r\n 1 fld 2 ok 596 - \#\r\n 1 fld 3 ok 597 - \#\r\n 1 parse ok 598 - \#\r\n 1 fields ok 599 - \#\r\n 1 fld 2 ok 600 - verbatim on getline (*FH) ok 601 - \#\r\n 0 getline ok 602 - \#\r\n 0 fields ok 603 - \#\r\n 0 fld 2 ok 604 - \#\r\n 0 fld 3 ok 605 - \#\r\n 0 parse ok 606 - \#\r\n 0 fields ok 607 - \#\r\n 0 fld 2 ok 608 - \#\r\n 1 getline ok 609 - \#\r\n 1 fields ok 610 - \#\r\n 1 fld 2 ok 611 - \#\r\n 1 fld 3 ok 612 - \#\r\n 1 parse ok 613 - \#\r\n 1 fields ok 614 - \#\r\n 1 fld 2 ok 615 - \#\r\n 1 parse EOF ok 616 - \#\r\n 1 fields ok 617 - \#\r\n 1 fld 2 ok t/70_rt.............1..52 ok 1 - use Text::CSV_PP; ok 2 - RT-24386: \t doesn't work ok 3 - sep_char = TAB ok 4 - parse line 0 ok 5 - Fields for line 0 ok 6 - Line 0 has 25 fields ok 7 - parse line 1 ok 8 - Fields for line 1 ok 9 - Line 1 has 25 fields ok 10 - parse line 2 ok 11 - Fields for line 2 ok 12 - Line 2 has 25 fields ok 13 - parse line 3 ok 14 - Fields for line 3 ok 15 - Line 3 has 25 fields ok 16 - parse line 4 ok 17 - Fields for line 4 ok 18 - Line 4 has 25 fields ok 19 - parse line 5 ok 20 - Fields for line 5 ok 21 - Line 5 has 25 fields ok 22 - RT-21530: getline () return at eof ok 23 - getline 1 ok 24 - is arrayref ok 25 - Line 1 ok 26 - getline 2 ok 27 - is arrayref ok 28 - Line 2 ok 29 - getline 3 ok 30 - is arrayref ok 31 - Line 3 ok 32 - getline 4 ok 33 - is arrayref ok 34 - Line 4 ok 35 - getline 5 ok 36 - is arrayref ok 37 - Line 5 ok 38 - EOF ok 39 - getline EOF ok 40 - RT-18703: Fails to use quote_char of '~' ok 41 - quote_char is '~' ok 42 - Line 1 ok 43 - Fields ok 44 - Line 1 has only one field ok 45 - Content line 1 ok 46 - Line 2 ok 47 - RT-15076: escape chars .... ok 48 - Line 1 ok 49 - Fields ok 50 - Line 1 has two fields ok 51 - Content field 1 ok 52 - Content field 2 ok t/80_diag...........1..6 # Next line should be an error message # CSV_PP ERROR: 2027 - 2027 # Failed test (t/80_diag.t at line 26) # got: 'EIQ - Quoted field not terminated' # expected: 'EIQ - Quoted field not terminated' # Looks like you failed 1 test of 6. ok 1 - require Text::CSV_PP; ok 2 - No errors yet ok 3 - Diag in numerical context not ok 4 - Diag in string context ok 5 - Diag in numerical context ok 6 - Diag in string context dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/6 tests, 83.33% okay Failed Test Status Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/80_diag.t 1 256 6 1 16.67% 4 4 tests skipped. Failed 1/17 test scripts, 94.12% okay. 1/10371 subtests failed, 99.99% okay. make: *** [test_dynamic] Error 2