test(code-runtime): cover malformed key markers

This commit is contained in:
Tianyi Cui
2026-07-23 03:09:13 +08:00
parent 4afcb5c3c9
commit 182e6a28cc
@@ -230,6 +230,7 @@ describe('flat worker JSON wire', () => {
[foreignMarker],
[hiddenMarker],
[{ kind: 'unknown' }],
[{ kind: 'array', bogus: 0 }],
[{ kind: 'array' }],
[{ kind: 'array', length: '1' }],
[{ kind: 'array', length: -1 }],