Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bug344c (0.09 sec)

  1. src/text/template/exec_test.go

    	// Didn't protect against nil or literal values in field chains.
    	{"bug14a", "{{(nil).True}}", "", tVal, false},
    	{"bug14b", "{{$x := nil}}{{$x.anything}}", "", tVal, false},
    	{"bug14c", `{{$x := (1.0)}}{{$y := ("hello")}}{{$x.anything}}{{$y.true}}`, "", tVal, false},
    	// Didn't call validateType on function results. Issue 10800.
    	{"bug15", "{{valueString returnInt}}", "", 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