Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jsNilValueUntyped (0.36 sec)

  1. src/html/template/escape_test.go

    			`<button onclick='alert( true )'>`,
    		},
    		{
    			"jsNilValueTyped",
    			"<button onclick='alert(typeof{{.Z}})'>",
    			`<button onclick='alert(typeof null )'>`,
    		},
    		{
    			"jsNilValueUntyped",
    			"<button onclick='alert(typeof{{.U}})'>",
    			`<button onclick='alert(typeof null )'>`,
    		},
    		{
    			"jsObjValue",
    			"<button onclick='alert({{.A}})'>",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
Back to top