Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFmtRawDoc (0.45 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package runtime
    
    import (
    	"testing"
    )
    
    func TestFmtRawDoc(t *testing.T) {
    	tests := []struct {
    		t, expected string
    	}{
    		{"aaa\n  --- asd\n TODO: tooooodo\n toooodoooooo\n", "aaa"},
    		{"aaa\nasd\n TODO: tooooodo\nbbbb\n --- toooodoooooo\n", "aaa asd bbbb"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 14:09:48 UTC 2017
    - 1.1K bytes
    - Viewed (0)
Back to top