yaml-cpp/test
2012-01-12 01:03:31 -06:00
..
new-api Added default parameters for the as<> function (new API) 2012-01-12 01:03:31 -06:00
old-api Fixed bug in parsing escaped newline (it was being clipped like a regular newline) 2012-01-11 17:55:27 -06:00
CMakeLists.txt Added stubs for spec and parser tests with the new API 2011-09-10 18:05:35 -05:00
emittertests.cpp Removed some extra stuff in the comment/newline in flow map tests, which really should be illegal (since implicit keys can't span multiple lines). It would be impossible to fix if we keep the immediate-output we're doing now - the only way to prevent it would be to hold on to a key's text until we got to the value token to make sure it could be an implicit key 2012-01-11 17:06:27 -06:00
emittertests.h Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler) 2011-09-06 00:16:03 -05:00
main.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
nodetests.h Started Node tests (for the new API Node) 2011-09-10 23:22:30 -05:00
parsertests.h Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler) 2011-09-06 00:16:03 -05:00
specexamples.h Added 6.x tests with tags 2011-09-13 14:18:00 -05:00
spectests.cpp Added missing includes (iostream) for the tests 2011-11-13 16:12:39 -06:00
spectests.h Factored out spec examples, and sketched skeleton for spec tests for new API 2011-09-12 22:55:37 -05:00
tests.cpp Started Node tests (for the new API Node) 2011-09-10 23:22:30 -05:00
tests.h Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler) 2011-09-06 00:16:03 -05:00