mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add temporary output for debugging
This commit is contained in:
parent
4f3555e0ae
commit
ff401a0843
|
@ -19,7 +19,7 @@ public:
|
||||||
style_serializer.write_stylesheet(observed);
|
style_serializer.write_stylesheet(observed);
|
||||||
pugi::xml_document expected;
|
pugi::xml_document expected;
|
||||||
expected.load(expected_string.c_str());
|
expected.load(expected_string.c_str());
|
||||||
|
observed.save(std::cout);
|
||||||
auto comparison = xml_helper::compare_xml(expected.root(), observed.root());
|
auto comparison = xml_helper::compare_xml(expected.root(), observed.root());
|
||||||
return (bool)comparison;
|
return (bool)comparison;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user