Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnmarshalError (0.08 sec)

  1. src/encoding/xml/marshal_test.go

    					fix.Entry[i].Author.InnerXML = ""
    				}
    			}
    
    			if err != nil {
    				if test.UnmarshalError == "" {
    					t.Errorf("unmarshal(%#v): %s", test.ExpectXML, err)
    					return
    				}
    				if !strings.Contains(err.Error(), test.UnmarshalError) {
    					t.Errorf("unmarshal(%#v): %s, want %q", test.ExpectXML, err, test.UnmarshalError)
    				}
    				return
    			}
    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