Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PointerAnonFields (0.2 sec)

  1. src/encoding/xml/marshal_test.go

    	{
    		Value:     &EmbedB{},
    		ExpectXML: `<EmbedB><FieldB></FieldB></EmbedB>`,
    	},
    
    	// Other kinds of nil anonymous fields
    	{
    		Value:     &PointerAnonFields{},
    		ExpectXML: `<PointerAnonFields></PointerAnonFields>`,
    	},
    
    	// Test that name casing matters
    	{
    		Value:     &NameCasing{Xy: "mixed", XY: "upper", XyA: "mixedA", XYA: "upperA"},
    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