Skip to content

Commit b5026e9

Browse files
committed
Fix syntax errors in category .ini files
Syntax errors fixed in maths.ini & hex.ini.
1 parent bd620a2 commit b5026e9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

collection/hex.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ DescEx="<p>Returns a hexadecimal representation of the bytes in the given buffer
3838
SeeAlso=BytesToHex,ByteToHex,LongWordToHex,QuadWordToHex,WordToHex
3939
TestInfo=advanced
4040
TestInfo=advanced
41-
AdvancedTest.Level=unit-testsgithub.com/delphidabbler/code-snippets/tree/master/tests/Cat-Hex"
41+
AdvancedTest.Level=unit-tests
42+
AdvancedTest.URL="github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Hex"
4243
Snip=312.dat
4344
Delphi2=Y
4445
Delphi3=Y

collection/maths.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Mathematics category file
44
#
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,
66
# https://gravatar.com/delphidabbler
77

88
[AllDigitsDifferent]
@@ -83,8 +83,8 @@ Extra="<p>Based on code suggested by Don Rowlett.</p>"
8383
Units=Math
8484
SeeAlso=DigitCount,DigitCountR
8585
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"
8888
Snip=204.dat
8989
Delphi2=N
9090
Delphi3=N
@@ -1107,7 +1107,7 @@ DisplayName="MinOfArray (Integer overload)"
11071107
DescEx="<p>Returns the minimum value contained in the given array of integer values.</p><p>The array must not be empty.</p>"
11081108
SeeAlso=MaxOfArray_Integer,MinOfArray_Double,MinOfArray_Extended,MinOfArray_Int64,MinOfArray_Single,Mid_Integer,MinMidMax_Integer
11091109
TestInfo=advanced
1110-
AdvancedTest.Level=unit-testsfArray (Single overload)"
1110+
AdvancedTest.Level=unit-tests
11111111
AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
11121112
Snip=436.dat
11131113
Delphi2=N

0 commit comments

Comments
 (0)