yaml-cpp/test
butataatawa f82861001a Fix sequence sometimes not turning into a map (#450)
Previously, just referencing the next element in the sequence (and so constructing it, as an undefined element) would allow you to skip defining an element without turning the sequence into a map. E.g:

node[0] = "foo"; // sequence of size 1
node[1]; // sequence of size 1, with an undefined element at 1
node[2] = "bar"; // FIX: should be map of size 2 (since there's no element at index 1)
2017-01-02 15:44:22 -06:00
..
gmock-1.7.0 Add gmock as dependency 2014-03-23 12:04:03 -05:00
integration Fix input strings with quotes giving "!" tagging artifacts. 2016-12-02 08:58:48 -06:00
node Fix sequence sometimes not turning into a map (#450) 2017-01-02 15:44:22 -06:00
CMakeLists.txt Fix for broken build on cygwin using gcc - "error '[fileno, strdup, fdopen]' are not in scope" (#374) 2016-05-11 23:00:34 -05:00
create-emitter-tests.py 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.h Factored out HandlerTest as a base class 2014-03-23 16:26:44 -05:00
main.cpp Convert node tests to gtest 2014-03-23 19:21:13 -05:00
mock_event_handler.h 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
ostream_wrapper_test.cpp Run IWYU 2014-03-22 22:46:04 -05:00
regex_test.cpp add some tests for RegEx 2016-03-26 14:52:11 -04:00
specexamples.h Convert spec tests to gtest with gmock 2014-03-23 12:49:30 -05:00