yaml-cpp/test
Nicolas Le Scouarnec 6bbc603b22 Adding support for handling YAML Merge Key (#41)
Support for YAML Merge keys ( <<: [*dict1, *dict2] ) is added. The merge
key is a specific scalar with value << (and tag !!merge) that implies
that during node construction, the map (or sequence of maps) are merged
into the current map. The priority rules are that each key from maps
within the value associated with  << are added iff the key is not yet
present in the current map (and first map gets higher priority). Test
cases have been added accordingly.
2023-11-04 10:08:10 +01:00
..
cmake Make sure CXX_STANDARD can be overridden from outside (#1239) 2023-10-23 07:20:22 -05:00
gtest-1.11.0 Update gtest to 1.11.0 (#1086) 2022-02-17 12:08:56 -06:00
integration Adding support for handling YAML Merge Key (#41) 2023-11-04 10:08:10 +01:00
node node/convert: support conversion for std::string_view (#1148) 2023-07-24 14:51:05 -05:00
binary_test.cpp Use static_cast<unsigned char> on DecodeBase64 to prevent SEGV on negative values (#1051) 2021-10-20 10:18:08 -05:00
BUILD.bazel
CMakeLists.txt Add CMake option YAML_USE_SYSTEM_GTEST to use system googletest if available. (#1035) 2023-10-22 00:06:39 -05:00
create-emitter-tests.py
handler_test.h
main.cpp
mock_event_handler.h Small readability improvements in Parser 2019-11-23 13:17:02 -06:00
ostream_wrapper_test.cpp
parser_test.cpp Fix stack overflow (#807) 2020-04-09 13:02:10 -05:00
regex_test.cpp
specexamples.h Supplement test cases for 2.19 ~ 2.22 schema tags. (#857) 2020-05-12 13:20:45 -05:00