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
2024-11-07 15:14:36 -06:00
..
emitter_test.cpp fix: prettier floating point numbers 2024-11-07 15:14:36 -06: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 Supplement test cases for 2.19 ~ 2.22 schema tags. (#857) 2020-05-12 13:20:45 -05: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 chore(test): moved infiniteloop test to load_node_test suite. 2024-10-29 22:21:05 -05:00
node_spec_test.cpp chore(test): moved infiniteloop test to load_node_test suite. 2024-10-29 22:21:05 -05:00