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

This commit is contained in:
beder
2008-07-05 19:00:58 +00:00
parent ba97c9f719
commit 3cad5a2ed0
8 changed files with 167 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ namespace YAML
operator bool() const;
void Load(std::istream& in);
void GetNextDocument(Node& document);
void PrintTokens(std::ostream& out);