Removed old-api tests, added (empty) core spec tests

This commit is contained in:
Jesse Beder
2012-05-19 01:16:54 -05:00
parent 0d32d19ed8
commit a183293ff0
8 changed files with 687 additions and 48 deletions

View File

@@ -31,9 +31,7 @@ namespace YAML
void Load(std::istream& in);
bool HandleNextDocument(EventHandler& eventHandler);
bool GetNextDocument(Node& document); // old API only
void PrintTokens(std::ostream& out);
private: