modified: src/xmlx_test.go
This commit is contained in:
parent
0a655c2756
commit
3ae1eaa620
|
@ -12,7 +12,7 @@ func TestDoc(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(doc.Root.Children) == 0 {
|
if len(doc.Root.Children) == 0 {
|
||||||
t.Errorf("Root node has no children.", err);
|
t.Errorf("Root node has no children.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue