nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c0a12823677de70f50b79a1f59b932e081b720b1
parent e2009717cb61419bc817b2fbef3e2a0951b7e8eb
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Sat, 23 May 2020 16:21:01 +0200

Replace ```foo``` with `foo` for one-liners.

Diffstat:
MUNITTESTS.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/UNITTESTS.md b/UNITTESTS.md @@ -11,6 +11,6 @@ make test Verified to work with recent BSD and GNU make. -To add more ```stralloc``` tests, copy the ```test_stralloc_thingy``` example in -```tests/unittest_stralloc.c```. To add other tests, copy the -```unittest_stralloc``` example in ```tests/Makefile```. +To add more `stralloc` tests, copy the `test_stralloc_thingy` example in +`tests/unittest_stralloc.c`. To add other tests, copy the +`unittest_stralloc` example in `tests/Makefile`.