Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NoEOLTest (0.09 sec)

  1. src/encoding/csv/reader_test.go

    `,
    	Output: [][]string{
    		{"#field1", "field2", "field3"},
    		{"aaa", "bb\nb", "ccc"},
    		{"a,a", `b"bb`, "ccc"},
    		{"zzz", "yyy", "xxx"},
    	},
    	UseFieldsPerRecord: true,
    	FieldsPerRecord:    0,
    }, {
    	Name:   "NoEOLTest",
    	Input:  "§a,§b,§c",
    	Output: [][]string{{"a", "b", "c"}},
    }, {
    	Name:   "Semicolon",
    	Input:  "§a;§b;§c\n",
    	Output: [][]string{{"a", "b", "c"}},
    	Comma:  ';',
    }, {
    	Name: "MultiLine",
    	Input: `§"two
    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