Skip to content

Commit a2717d0

Browse files
author
Matthias Kastner
committed
Fix ws errors
Fix white space errors in comment block section of `RunTest()`, introduced in fb8ef0c.
1 parent 515573f commit a2717d0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

procedures/unit-testing-basics.ipf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,27 +1113,27 @@ End
11131113
/// @n The list should be given semicolon (";") separated.
11141114
/// @n The procedure name must not include Independent Module specifications.
11151115
/// @n This parameter can be given as a regular expression with enableRegExp set to 1.
1116-
///
1116+
///
11171117
/// @param name (optional) default "Unnamed" @n
11181118
/// descriptive name for the executed test suites. This can be
11191119
/// used to group multiple test suites into a single test run.
1120-
///
1120+
///
11211121
/// @param testCase (optional) default ".*" (all test cases in the list of test suites) @n
11221122
/// function names, resembling test cases, which should be
11231123
/// executed in the given list of test suites (procWinList).
11241124
/// @n The list should be given semicolon (";") separated.
11251125
/// @n This parameter can be treated as a regular expression with enableRegExp set to 1.
1126-
///
1126+
///
11271127
/// @param enableJU (optional) default disabled, enabled when set to 1: @n
11281128
/// A JUNIT compatible XML file is written at the end of the Test Run.
11291129
/// It allows the combination of this framework with continuous integration
11301130
/// servers like Atlassian Bamboo.
1131-
///
1131+
///
11321132
/// @param enableTAP (optional) default disabled, enabled when set to 1: @n
11331133
/// A TAP compatible file is written at the end of the test run.
11341134
/// @verbatim embed:rst:leading-slashes
11351135
/// `Test Anything Protocol (TAP) <https://testanything.org>`__
1136-
/// `standard 13 <https://testanything.org/tap-version-13-specification.html>`__
1136+
/// `standard 13 <https://testanything.org/tap-version-13-specification.html>`__
11371137
/// @endverbatim
11381138
///
11391139
/// @param enableRegExp (optional) default disabled, enabled when set to 1: @n
@@ -1155,12 +1155,12 @@ End
11551155
/// @param allowDebug (optional) default disabled, enabled when set to 1: @n
11561156
/// The Igor debugger will be left in its current state when running the
11571157
/// tests.
1158-
///
1158+
///
11591159
/// @param keepDataFolder (optional) default disabled, enabled when set to 1: @n
11601160
/// The temporary data folder wherein each test case is executed is not
11611161
/// removed at the end of the test case. This allows to review the
11621162
/// produced data.
1163-
///
1163+
///
11641164
/// @return total number of errors
11651165
Function RunTest(procWinList, [name, testCase, enableJU, enableTAP, enableRegExp, allowDebug, keepDataFolder])
11661166
string procWinList, name, testCase

0 commit comments

Comments
 (0)