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 Fix float precision (#649) 2018-12-21 09:05:19 -05: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
error_messages_test.cpp Improve error messages on operator[] or as<> (#656) 2019-04-17 08:44:09 -05:00
gen_emitter_test.cpp Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
handler_spec_test.cpp Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07: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 Skip newlines in binary decoding (Fix #387) (#616) 2018-09-03 15:55:45 -05:00
node_spec_test.cpp Add flow/block style setting on Nodes 2015-01-24 13:11:43 -06:00