From 5d3c57bfaa1dee870104919eab8f9cfff525a536 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 5 May 2022 16:43:38 +0200 Subject: [PATCH] tests: fix markdown formatting in README The asterisk in the abbreviation *NIX (for UNIX/Linux) needs to be escaped to not mean start of italic formatting. This is consistent with docs/RELEASE-PROCEDURE.md. Closes: #8802 Reviewed-by: Daniel Stenberg --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index db884a2bea..fa555f6a1f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -168,7 +168,7 @@ make test-torture The graphical tool ggcov can be used to browse the source and create - coverage reports on *NIX hosts: + coverage reports on \*nix hosts: ggcov -r lib src