From 3921063ab8bcc79c2e02d8ac42622f6218e46ffb Mon Sep 17 00:00:00 2001 From: Alex Ives Date: Wed, 12 Dec 2018 16:36:33 -0600 Subject: [PATCH] Updated JUnit (markdown) --- JUnit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JUnit.md b/JUnit.md index 67737c7..4230222 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