























@@ -492,28 +492,18 @@ describe("wave-23 pitfalls — reserved characters", () => {
492492});
493493});
494494495-// ---------- Sentinel-redaction pitfall (P-036) ---------------------------
496-497-describe("wave-23 pitfalls — redaction sentinel", () => {
498-// P-036 is fully covered by wave-21-sentinel-cross-kind. This is a
499-// smoke test asserting the link is intact.
500-it("P-036 sentinel guard activates at emit time (covered by wave-21)", () => {
501-expect(true).toBe(true);
502-});
503-});
504-505495// ---------- DEFERRED — documented limits ---------------------------------
506496507497describe("wave-23 pitfalls — deferred (v0 limits)", () => {
508-it.skip("P-005 slash literal in key — v1: quoted segments", () => {});
509-it.skip("P-006 dot literal in key — v1: quoted segments", () => {});
510-it.skip("P-017 nested unions {a,{b,c}} — v1: parser stack", () => {});
511-it.skip("P-019 wildcard inside wildcard — v1: pattern composition", () => {});
512-it.skip("P-025 leading-zero numeric `01` — v1: explicit form", () => {});
513-it.skip("P-027 `&` in segments — v1: percent-encoding", () => {});
514-it.skip("P-028 percent-encoded segments — v1: rfc3986 layer", () => {});
515-it.skip("P-034 ast mutation between resolve & consume — caller invariant", () => {});
516-it.skip("P-035 stale paths from prior find — caller invariant", () => {});
498+it.todo("P-005 slash literal in key — v1: quoted segments");
499+it.todo("P-006 dot literal in key — v1: quoted segments");
500+it.todo("P-017 nested unions {a,{b,c}} — v1: parser stack");
501+it.todo("P-019 wildcard inside wildcard — v1: pattern composition");
502+it.todo("P-025 leading-zero numeric `01` — v1: explicit form");
503+it.todo("P-027 `&` in segments — v1: percent-encoding");
504+it.todo("P-028 percent-encoded segments — v1: rfc3986 layer");
505+it.todo("P-034 ast mutation between resolve & consume — caller invariant");
506+it.todo("P-035 stale paths from prior find — caller invariant");
517507});
518508519509// ---------- Injection pitfalls (C12 / W12) -------------------------------
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。