Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/encoding/xml/marshal_test.go

    		Value:     &NestedAndComment{AB: make([]string, 2), Comment: "test"},
    	},
    	{
    		ExpectXML: `<NestedAndCData><A><B></B><B></B></A><![CDATA[test]]></NestedAndCData>`,
    		Value:     &NestedAndCData{AB: make([]string, 2), CDATA: "test"},
    	},
    	// Test pointer indirection in various kinds of fields.
    	// https://golang.org/issue/19063
    	{
    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