Get rid of extra spaces, minor documentation improvements, readme additions
diff --git a/test/run_tests.c b/test/run_tests.c
index c2816ba..6c09b09 100644
--- a/test/run_tests.c
+++ b/test/run_tests.c
@@ -209,7 +209,7 @@
             if(pfOutput) {
                 (*pfOutput)(" FAILED (returned ", poutCtx, 0);
                 (*pfOutput)(szTestResult, poutCtx, 0);
-                (*pfOutput)(")\n", poutCtx, 1);
+                (*pfOutput)(")", poutCtx, 1);
             }
             nTestsFailed++;
         } else {