mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-10 02:21:08 +02:00
9e8ae7d470
This should now properly handle small numbers which would previously output something like `[0.00000000000000019, 0.00000000000000019]`, which does not allow user to read the numbers properly. Closes #1760