From e832e80f05b921f29a2f5c374ffb98bfd2d314f0 Mon Sep 17 00:00:00 2001 From: Alex Ives Date: Wed, 12 Dec 2018 16:37:09 -0600 Subject: [PATCH] Updated JUnit (markdown) --- JUnit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JUnit.md b/JUnit.md index 4230222..2b71c01 100644 --- a/JUnit.md +++ b/JUnit.md @@ -23,8 +23,8 @@ Here it is with the XSLT applied using `xmlstarlet`: - Line 1: Tips depend on target shell and yours is unknown. Add a shebang. - See https://www.shellcheck.net/wiki/SC2148 - Line 1: Double quote to prevent globbing and word splitting. - See https://www.shellcheck.net/wiki/SC2086 + Line 1: Tips depend on target shell and yours is unknown. Add a shebang. See https://www.shellcheck.net/wiki/SC2148 + Line 1: Double quote to prevent globbing and word splitting. See https://www.shellcheck.net/wiki/SC2086 @@ -71,7 +71,7 @@ Here it is with the XSLT applied using `xmlstarlet`: : - - See https://www.shellcheck.net/wiki/ + See https://www.shellcheck.net/wiki/