We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408847e commit 9e79377Copy full SHA for 9e79377
schema_validation/validate_xml_test.go
@@ -965,7 +965,6 @@ func TestTransformXMLToSchemaJSON_EmptyString(t *testing.T) {
965
assert.Contains(t, err.Error(), "empty xml")
966
}
967
968
-
969
func TestApplyXMLTransformations_NoXMLName(t *testing.T) {
970
// test schema without xml.name - data stays wrapped
971
schema := &base.Schema{
0 commit comments