Unverified Commit 2ce6a424 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add regression test for DenoKvStore.list() exact prefix key



This test verifies that when an exact prefix key exists alongside child
keys, it is yielded exactly once (not duplicated or missing).

Note: Deno KV's native list() does NOT include exact prefix matches,
only strictly longer keys. The explicit check in DenoKvStore.list() is
necessary to include the exact prefix key in results.

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 8421dd8a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment