yaml-cpp/test/integration
Raoul Wols 942620bcba Add conversion and emitter support for various STL containers
* std::set -- Rendered as a yaml sequence
* std::unordered_set -- Rendered the same as std::set
* std::unordered_map -- Rendered the same as std::map
* std::deque -- Rendered the same as std::vector
* std::forward_list -- Rendered as a sequence, but decoding happens from
  back to front
* std::bitset -- Rendered as a yaml string of zeroes and ones
* std::tuple -- Rendered as a yaml sequence
2017-02-07 20:40:07 +01:00
..
emitter_test.cpp Fix input strings with quotes giving "!" tagging artifacts. 2016-12-02 08:58:48 -06:00
encoding_test.cpp Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 2015-01-24 12:19:20 -06:00
gen_emitter_test.cpp Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 2015-01-24 12:19:20 -06:00
handler_spec_test.cpp Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 2015-01-24 12:19:20 -06:00
handler_test.cpp Fix scalar parsing when a line starts with a comment. 2016-04-02 16:02:26 -05:00
load_node_test.cpp Add conversion and emitter support for various STL containers 2017-02-07 20:40:07 +01:00
node_spec_test.cpp Add flow/block style setting on Nodes 2015-01-24 13:11:43 -06:00