Add test of trie key that is pure prefix of unique previous key

* We already test this later when the prefix is in an already split node.
This commit is contained in:
baldurk
2025-09-03 09:37:08 +01:00
parent 139bfefaa7
commit 283432a5dd
+2
View File
@@ -2607,6 +2607,8 @@ TEST_CASE("Test rdcbytetrie type", "[basictypes][rdcbytetrie]")
//
{{1, 1, 1, 2, 3}, TrieValue(1)},
//
{{1, 1, 1}, TrieValue(8)},
//
{{1, 1, 1, 2, 4}, TrieValue(2)},
//
{{1, 1, 1, 3}, TrieValue(3)},