this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

...

+1 -1
+1 -1
tests/boostxml.cpp
··· 2 2 3 3 boostxml::boostxml() 4 4 { 5 - m_xml << "<?xml version="1.0" encoding=\"UTF-8\"?>\n"; 5 + m_xml << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; 6 6 m_xml << "<TestLog>\n"; 7 7 m_xml << "\t<TestSuite name=\"Darling\">\n"; 8 8 }