Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for styleURLEncodedForHTMLInAttr (0.2 sec)

  1. src/html/template/escape_test.go

    			`<a style="background: '{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}'">`,
    			`<a style="background: 'http\3a\2f\2foreilly.com\2fO\27Reilly Animals\28 1\29\3c 2\3e\3b\7b\7d.html'">`,
    		},
    		{
    			"styleURLEncodedForHTMLInAttr",
    			`<a style="background: url('{{"/search?img=foo&size=icon"}}')">`,
    			`<a style="background: url('/search?img=foo&amp;size=icon')">`,
    		},
    		{
    			"styleURLNotEncodedForHTMLInCdata",
    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