From e07d959019f7c58db45a129a3e9e591779465aec Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Wed, 5 Dec 2018 18:37:58 +0800 Subject: [PATCH] Update test file The way the execution steps section is formatted recently changed, so update the rendered test file. Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> --- renderer/tests_files/test_file1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderer/tests_files/test_file1.html b/renderer/tests_files/test_file1.html index d274531..f6367ee 100644 --- a/renderer/tests_files/test_file1.html +++ b/renderer/tests_files/test_file1.html @@ -103,12 +103,12 @@ <h4>Execution Steps</h4> <ol> - <li class="mb-sm-2"># Execute the following command:</li> + <li class="mb-sm-2"> Execute the following command:</li> - <li class="mb-sm-2">common/sanity-check</li> + <p><kbd>$ common/sanity-check</kbd></p> </ol> -- GitLab