Skip to content

Commit f6fbec7

Browse files
committed
.
1 parent cb19d40 commit f6fbec7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/combinations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ To change this file edit the source file and then run MarkdownSnippets.
99

1010
VerifyCombinations allows all combinations of the given input lists to be executed, and the results all written to a single file.
1111

12+
## Example
1213

13-
## Method being tested
14+
### Method being tested
1415

1516
<!-- snippet: CombinationTargetMethod -->
1617
<a id='snippet-CombinationTargetMethod'></a>
@@ -28,7 +29,7 @@ public static string BuildAddress(int streetNumber, string street, string city)
2829
<!-- endSnippet -->
2930

3031

31-
## Test
32+
### Test
3233

3334
<!-- snippet: CombinationSample -->
3435
<a id='snippet-CombinationSample'></a>
@@ -50,7 +51,7 @@ public Task BuildAddressTest()
5051
<!-- endSnippet -->
5152

5253

53-
## Result
54+
### Result
5455

5556
<!-- snippet: VerifyCombinationsSample.BuildAddressTest.verified.txt -->
5657
<a id='snippet-VerifyCombinationsSample.BuildAddressTest.verified.txt'></a>

docs/mdsource/combinations.source.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22

33
VerifyCombinations allows all combinations of the given input lists to be executed, and the results all written to a single file.
44

5+
## Example
56

6-
## Method being tested
7+
### Method being tested
78

89
snippet: CombinationTargetMethod
910

1011

11-
## Test
12+
### Test
1213

1314
snippet: CombinationSample
1415

1516

16-
## Result
17+
### Result
1718

1819
snippet: VerifyCombinationsSample.BuildAddressTest.verified.txt
1920

0 commit comments

Comments
 (0)