Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for byt (0.02 sec)

  1. src/encoding/xml/marshal_test.go

    	{
    		Value: &AttrTest{
    			Int:   8,
    			Named: 9,
    			Float: 23.5,
    			Uint8: 255,
    			Bool:  true,
    			Str:   "str",
    			Bytes: []byte("byt"),
    		},
    		ExpectXML: `<AttrTest Int="8" int="9" Float="23.5" Uint8="255"` +
    			` Bool="true" Str="str" Bytes="byt"></AttrTest>`,
    	},
    	{
    		Value: &AttrTest{Bytes: []byte{}},
    		ExpectXML: `<AttrTest Int="0" int="0" Float="0" Uint8="0"` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top