Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HugeLines (0.31 sec)

  1. src/encoding/csv/reader_test.go

    	Input: "\r\n\r\n\r\n\r\n",
    }, {
    	// The implementation may read each line in several chunks if it doesn't fit entirely
    	// in the read buffer, so we should test the code to handle that condition.
    	Name:    "HugeLines",
    	Input:   strings.Repeat("#ignore\n", 10000) + "§" + strings.Repeat("@", 5000) + ",§" + strings.Repeat("*", 5000),
    	Output:  [][]string{{strings.Repeat("@", 5000), strings.Repeat("*", 5000)}},
    	Comment: '#',
    }, {
    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