Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pathWithSuffix (0.14 sec)

  1. pkg/volume/util/volumepathhandler/volume_path_handler_linux_test.go

    			expectedOuput: defaultPath,
    		},
    		{
    			name:          "path is suffixed with \"(deleted)\"",
    			input:         pathWithSuffix("(deleted)"),
    			expectedOuput: defaultPath,
    		},
    		{
    			name:          "path is suffixed with \"(deleted)\" and whitespaces",
    			input:         pathWithSuffix(" (deleted)\t"),
    			expectedOuput: defaultPath,
    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 13:53:00 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top