yaml-cpp/test/integration
bedapisl 0122697561 Improve error messages on operator[] or as<> (#656)
Invalid access via operator[] or as<> will now print the offending key, if possible.

For example:

a:
  x: 1
  y: 2

node["a"]["z"].as<int>()

will say that the key "z" was invalid.
2019-04-17 08:44:09 -05:00
..
emitter_test.cpp
encoding_test.cpp
error_messages_test.cpp Improve error messages on operator[] or as<> (#656) 2019-04-17 08:44:09 -05:00
gen_emitter_test.cpp
handler_spec_test.cpp
handler_test.cpp
load_node_test.cpp
node_spec_test.cpp