yaml-cpp/test/integration
Oliver Hamlet 5d2dfe8011
Add support for merge keys
Merge keys are specified here[1] for YAML 1.1. While not part of
the YAML 1.2 specification, they're very useful and are supported
in other implementations[2][3][4] that target 1.2.

Support for merge keys is optional and disabled by default. It can
be enabled by defining YAML_CPP_SUPPORT_MERGE_KEYS, either directly
or by setting the CMake option YAML_CPP_SUPPORT_MERGE_KEYS=ON.

[1]: http://yaml.org/type/merge.html
[2]: https://github.com/go-yaml/yaml
[3]: https://github.com/ruby/psych
[4]: https://bitbucket.org/ruamel/yaml
2018-08-23 19:53:38 +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 support for merge keys 2018-08-23 19:53:38 +01:00
node_spec_test.cpp Add flow/block style setting on Nodes 2015-01-24 13:11:43 -06:00