From: Daniel Gustafsson Date: Thu, 5 May 2022 14:43:38 +0000 (+0200) Subject: tests: fix markdown formatting in README X-Git-Tag: curl-7_83_1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d3c57bfaa1dee870104919eab8f9cfff525a536;p=thirdparty%2Fcurl.git 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 --- 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