Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hexadecimalEntity (1.49 sec)

  1. src/html/escape_test.go

    		"text \u22db\ufe00 blah",
    	},
    	// Handle decimal numeric entities.
    	{
    		"decimalEntity",
    		"Delta = Δ ",
    		"Delta = Δ ",
    	},
    	// Handle hexadecimal numeric entities.
    	{
    		"hexadecimalEntity",
    		"Lambda = λ = &#X3Bb ",
    		"Lambda = λ = λ ",
    	},
    	// Handle numeric early termination.
    	{
    		"numericEnds",
    		"&# &#x €43 &copy = &#169f = &#xa9",
    		"&# &#x €43 © = ©f = ©",
    	},
    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