Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OmitFieldTest (0.09 sec)

  1. src/encoding/xml/marshal_test.go

    			`<Bool>true</Bool>` +
    			`<Str>str</Str>` +
    			`<Bytes>byt</Bytes>` +
    			`<PStr></PStr>` +
    			`<Ptr></Ptr>` +
    			`</OmitFieldTest>`,
    	},
    	{
    		Value:     &OmitFieldTest{},
    		ExpectXML: `<OmitFieldTest></OmitFieldTest>`,
    	},
    
    	// Test ",any"
    	{
    		ExpectXML: `<a><nested><value>known</value></nested><other><sub>unknown</sub></other></a>`,
    		Value: &AnyTest{
    			Nested: "known",
    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