@@ -38,11 +38,11 @@ matters at this point: all combinations of your own input values should be liste
3838<!-- snippet: CombinationTest.templateCode.approved.txt -->
3939<a id =' snippet-CombinationTest.templateCode.approved.txt ' ></a >
4040``` txt
41- [input1.value1, input2.value1] => placeholder
42- [input1.value1, input2.value2] => placeholder
43- [input1.value1, input2.value3] => placeholder
44- [input1.value2, input2.value1] => placeholder
45- [input1.value2, input2.value2] => placeholder
41+ [input1.value1, input2.value1] => placeholder
42+ [input1.value1, input2.value2] => placeholder
43+ [input1.value1, input2.value3] => placeholder
44+ [input1.value2, input2.value1] => placeholder
45+ [input1.value2, input2.value2] => placeholder
4646[input1.value2, input2.value3] => placeholder
4747```
4848<sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/combinations/CombinationTest.templateCode.approved.txt#L1-L6 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-CombinationTest.templateCode.approved.txt ' title =' Start of snippet ' >anchor</a ></sup >
@@ -74,11 +74,11 @@ The format is carefully chosen to show both inputs and outputs, to make the test
7474<!-- snippet: CombinationTest.testCombinationsOfTwo.approved.txt -->
7575<a id =' snippet-CombinationTest.testCombinationsOfTwo.approved.txt ' ></a >
7676``` txt
77- [hello, 1] => (hello,1)
78- [hello, 2] => (hello,2)
79- [hello, 3] => (hello,3)
80- [world, 1] => (world,1)
81- [world, 2] => (world,2)
77+ [hello, 1] => (hello,1)
78+ [hello, 2] => (hello,2)
79+ [hello, 3] => (hello,3)
80+ [world, 1] => (world,1)
81+ [world, 2] => (world,2)
8282[world, 3] => (world,3)
8383```
8484<sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/combinations/CombinationTest.testCombinationsOfTwo.approved.txt#L1-L6 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-CombinationTest.testCombinationsOfTwo.approved.txt ' title =' Start of snippet ' >anchor</a ></sup >
0 commit comments