Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for two_tab (0.21 sec)

  1. src/cmd/internal/quoted/quoted_test.go

    		{name: "trailing_space", value: "a ", want: []string{"a"}},
    		{name: "two", value: "a b", want: []string{"a", "b"}},
    		{name: "two_multi_space", value: "a  b", want: []string{"a", "b"}},
    		{name: "two_tab", value: "a\tb", want: []string{"a", "b"}},
    		{name: "two_newline", value: "a\nb", want: []string{"a", "b"}},
    		{name: "quote_single", value: `'a b'`, want: []string{"a b"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 27 16:39:27 UTC 2021
    - 2.9K bytes
    - Viewed (0)
Back to top