Skip to content

Commit d7b48dc

Browse files
committed
Fix tests + simplify naming of implementation file
1 parent a3b3f86 commit d7b48dc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tests/queries/0_stateless/02415_all_new_functions_must_be_documented.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AND name NOT IN (
1313
'h3IsPentagon', 'h3IsResClassIII', 'h3IsValid', 'h3Line', 'h3NumHexagons', 'h3PointDistKm', 'h3PointDistM', 'h3PointDistRads', 'h3ToCenterChild', 'h3ToChildren', 'h3ToGeo',
1414
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
1515
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
16-
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
16+
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD', 'bech32Encode', 'bech32Decode',
1717
'lemmatize', 'stem', 'synonyms', 'kql_array_sort_asc', 'kql_array_sort_desc',
1818
'detectCharset', 'detectLanguageUnknown', 'detectProgrammingLanguage', 'detectTonality'
1919
) ORDER BY name;

tests/queries/0_stateless/02415_all_new_functions_must_have_version_information.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AND name NOT IN (
1515
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
1616
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
1717
'lemmatize', 'tokenize', 'stem', 'synonyms', 'kql_array_sort_asc', 'kql_array_sort_desc',
18-
'detectCharset', 'detectLanguageUnknown', 'detectProgrammingLanguage', 'detectTonality',
18+
'detectCharset', 'detectLanguageUnknown', 'detectProgrammingLanguage', 'detectTonality', 'bech32Encode', 'bech32Decode',
1919
'BLAKE3', 'JSONMergePatch', 'MD4', 'MD5', 'RIPEMD160', 'SHA1', 'SHA224', 'SHA256', 'SHA384', 'SHA512', 'SHA512_256', 'ULIDStringToDateTime', 'generateULID', 'halfMD5',
2020
'idnaDecode', 'idnaEncode', 'keccak256', 'punycodeDecode', 'punycodeEncode', 'seriesPeriodDetectFFT', 'sqidDecode', 'sqidEncode', 'tryDecrypt', 'tryIdnaEncode', 'tryPunycodeDecode', 'uniqThetaIntersect',
2121
'uniqThetaNot', 'uniqThetaUnion'

0 commit comments

Comments
 (0)