Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errFunc (1.14 sec)

  1. src/text/template/exec_test.go

    	{"Interface Call", `{{stringer .S}}`, "foozle", map[string]any{"S": bytes.NewBufferString("foozle")}, true},
    	{".ErrFunc", "{{call .ErrFunc}}", "bla", tVal, true},
    	{"call nil", "{{call nil}}", "", tVal, false},
    
    	// Erroneous function calls (check args).
    	{".BinaryFuncTooFew", "{{call .BinaryFunc `1`}}", "", tVal, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top