From f9939a660c09ec772e40214e6748955b6599b3a6 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 8 Mar 2026 20:59:03 +0000 Subject: [PATCH] Fix unterminated list in plans.sx causing sx_docs crash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 9 missing closing parens — sections/subsections weren't closing before siblings opened, accumulating unclosed depth through the file. Co-Authored-By: Claude Opus 4.6 --- sx/sx/plans.sx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sx/sx/plans.sx b/sx/sx/plans.sx index 26c34f3..6f68972 100644 --- a/sx/sx/plans.sx +++ b/sx/sx/plans.sx @@ -2585,6 +2585,4 @@ (td :class "px-3 py-2 text-stone-700" "Spec: ~live and ~ws rendering in all modes")) (tr :class "border-b border-stone-100" (td :class "px-3 py-2 font-mono text-sm text-violet-700" "shared/sx/ref/boundary.sx") - (td :class "px-3 py-2 text-stone-700" "SSE/WS IO primitive declarations"))))))) - - + (td :class "px-3 py-2 text-stone-700" "SSE/WS IO primitive declarations"))))))))))))))))