Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/html/escape_test.go

    	{
    		"simple",
    		"& > <",
    		"& > <",
    	},
    	// Handle hitting the end of the string.
    	{
    		"stringEnd",
    		"&amp &amp",
    		"& &",
    	},
    	// Handle entities with two codepoints.
    	{
    		"multiCodepoint",
    		"text &gesl; blah",
    		"text \u22db\ufe00 blah",
    	},
    	// Handle decimal numeric entities.
    	{
    		"decimalEntity",
    		"Delta = &#916; ",
    		"Delta = Δ ",
    	},
    	// Handle hexadecimal numeric entities.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 22 12:45:38 UTC 2015
    - 3.3K bytes
    - Viewed (0)
Back to top