Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NonASCIICommentConfusion (0.35 sec)

  1. src/encoding/csv/reader_test.go

    	Name:    "NonASCIICommaConfusion",
    	Input:   "§\"abθcd\"λ§efθgh",
    	Output:  [][]string{{"abθcd", "efθgh"}},
    	Comma:   'λ',
    	Comment: '€',
    }, {
    	Name:    "NonASCIICommentConfusion",
    	Input:   "§λ\n¶§λ\nθ\n¶§λ\n",
    	Output:  [][]string{{"λ"}, {"λ"}, {"λ"}},
    	Comment: 'θ',
    }, {
    	Name:   "QuotedFieldMultipleLF",
    	Input:  "§\"\n\n\n\n\"",
    	Output: [][]string{{"\n\n\n\n"}},
    }, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 14 04:25:13 UTC 2022
    - 19.1K bytes
    - Viewed (0)
Back to top