Very rough check to see if path points to a file that looks like an XML document
| 25 | |
| 26 | // Very rough check to see if path points to a file that looks like an XML document |
| 27 | inline void assertFileIsMapxFile(const std::string& path) |
| 28 | { |
| 29 | assertStringIsMapxFile(loadFileToString(path)); |
| 30 | } |
| 31 | |
| 32 | } |
| 33 |
no test coverage detected