You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yaml-cpp/test/integration
Simon Gene Gottlieb bd070a7b76 fix: prettier floating point numbers
Add dragonbox to compute the required precision to print floating point
numbers. This avoids uglification of floating point numbers that
happen by default via std::stringstream.

Numbers like 34.34 used to be converted to '34.340000000000003' as strings.
With this version they will be converted to the string '34.34'.

This fixes issue https://github.com/jbeder/yaml-cpp/issues/1289
2 weeks ago
..
emitter_test.cpp fix: prettier floating point numbers 2 weeks ago
encoding_test.cpp Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 10 years ago
error_messages_test.cpp Improve error messages on operator[] or as<> (#656) 6 years ago
gen_emitter_test.cpp Add optional OnAnchor method to EventHandler (#530) 6 years ago
handler_spec_test.cpp Supplement test cases for 2.19 ~ 2.22 schema tags. (#857) 5 years ago
handler_test.cpp Fix scalar parsing when a line starts with a comment. 9 years ago
load_node_test.cpp chore(test): moved infiniteloop test to load_node_test suite. 3 weeks ago
node_spec_test.cpp chore(test): moved infiniteloop test to load_node_test suite. 3 weeks ago