Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for funnyRef (0.1 sec)

  1. src/encoding/base64/base64_test.go

    	{StdEncoding, stdRef},
    	{URLEncoding, urlRef},
    	{RawStdEncoding, rawRef},
    	{RawURLEncoding, rawURLRef},
    	{funnyEncoding, funnyRef},
    	{StdEncoding.Strict(), stdRef},
    	{URLEncoding.Strict(), urlRef},
    	{RawStdEncoding.Strict(), rawRef},
    	{RawURLEncoding.Strict(), rawURLRef},
    	{funnyEncoding.Strict(), funnyRef},
    }
    
    var bigtest = testpair{
    	"Twas brillig, and the slithy toves",
    	"VHdhcyBicmlsbGlnLCBhbmQgdGhlIHNsaXRoeSB0b3Zlcw==",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 18:57:29 UTC 2023
    - 15.9K bytes
    - Viewed (0)
Back to top