Wrote some tests, but they don't work because it doesn't output maps in a canonical form.

This commit is contained in:
Jesse Beder
2008-07-05 19:00:58 +00:00
parent dacc631968
commit 2a0ddc8cb2
8 changed files with 167 additions and 14 deletions

10
tests.h Normal file
View File

@@ -0,0 +1,10 @@
#include <string>
namespace YAML
{
namespace Test {
void RunAll();
bool Inout(const std::string& file);
}
}