|
2 | 2 | #
|
3 | 3 | # Mathematics category file
|
4 | 4 | #
|
5 | | -# This file is licensed under the MIT license, copyright © 2020 Peter Johnson, |
| 5 | +# This file is licensed under the MIT license, copyright © 2024 Peter Johnson, |
6 | 6 | # https://gravatar.com/delphidabbler
|
7 | 7 |
|
8 | 8 | [AllDigitsDifferent]
|
@@ -83,8 +83,8 @@ Extra="<p>Based on code suggested by Don Rowlett.</p>"
|
83 | 83 | Units=Math
|
84 | 84 | SeeAlso=DigitCount,DigitCountR
|
85 | 85 | TestInfo=advanced
|
86 | | -TestInfo=advanced |
87 | | -AdvancedTest.Level=unit-testsgithub.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths" |
| 86 | +AdvancedTest.Level=unit-tests |
| 87 | +AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths" |
88 | 88 | Snip=204.dat
|
89 | 89 | Delphi2=N
|
90 | 90 | Delphi3=N
|
@@ -1107,7 +1107,7 @@ DisplayName="MinOfArray (Integer overload)"
|
1107 | 1107 | DescEx="<p>Returns the minimum value contained in the given array of integer values.</p><p>The array must not be empty.</p>"
|
1108 | 1108 | SeeAlso=MaxOfArray_Integer,MinOfArray_Double,MinOfArray_Extended,MinOfArray_Int64,MinOfArray_Single,Mid_Integer,MinMidMax_Integer
|
1109 | 1109 | TestInfo=advanced
|
1110 | | -AdvancedTest.Level=unit-testsfArray (Single overload)" |
| 1110 | +AdvancedTest.Level=unit-tests |
1111 | 1111 | AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
|
1112 | 1112 | Snip=436.dat
|
1113 | 1113 | Delphi2=N
|
|
0 commit comments