mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
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:
@@ -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)},
|
||||
|
||||
Reference in New Issue
Block a user