Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for text_format (0.33 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/format_test.go

    */
    
    package library_test
    
    import (
    	"fmt"
    	"testing"
    
    	"github.com/google/cel-go/common/types"
    	"github.com/google/cel-go/common/types/ref"
    	"k8s.io/apiserver/pkg/cel/library"
    )
    
    func TestFormat(t *testing.T) {
    	type testcase struct {
    		name               string
    		expr               string
    		expectValue        ref.Val
    		expectedCompileErr []string
    		expectedRuntimeErr string
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top