Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLongDesc (0.11 sec)

  1. cmd/kubeadm/app/cmd/util/documentation_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package util
    
    import (
    	"testing"
    )
    
    func TestLongDesc(t *testing.T) {
    	tests := []struct {
    		desc string
    		in   string
    		out  string
    	}{
    		{
    			desc: "Empty input produces empty output",
    			in:   "",
    			out:  "",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 24 11:40:55 UTC 2019
    - 2.8K bytes
    - Viewed (0)
Back to top