examples almost done! only assertion_macros.cpp is left
diff --git a/examples/all_features/test_output/stringification.cpp.txt b/examples/all_features/test_output/stringification.cpp.txt
index 3250acb..058fc0f 100644
--- a/examples/all_features/test_output/stringification.cpp.txt
+++ b/examples/all_features/test_output/stringification.cpp.txt
@@ -1,7 +1,7 @@
[doctest] run with "--help" for options
== TEST CASE ==================================================================
stringification.cpp(0)
-the only test
+all asserts should fail and show how the objects get stringified
stringification.cpp(0) ERROR!
CHECK( f1 == f2 )
@@ -33,7 +33,7 @@
TEST CASE FAILED!
threw exception:
- int: 5
+ 5
===============================================================================
[doctest] test cases: 2 | 0 passed | 2 failed |