From c926e5221d8e67a57d13dbe25f4e9e28d52d0bfc Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 28 Feb 2026 20:32:40 +0000 Subject: [PATCH] Fix test dashboard: use raw! for pre-rendered table rows Co-Authored-By: Claude Opus 4.6 --- test/sexp/dashboard.sexpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sexp/dashboard.sexpr b/test/sexp/dashboard.sexpr index 6e41e7f..53a81c7 100644 --- a/test/sexp/dashboard.sexpr +++ b/test/sexp/dashboard.sexpr @@ -73,7 +73,7 @@ (th :class "px-3 py-2 text-xs font-medium text-stone-600 text-center w-24" "Status") (th :class "px-3 py-2 text-xs font-medium text-stone-600 text-right w-20" "Time") (th :class "px-3 py-2 text-xs font-medium text-stone-600 w-48" "Error"))) - (tbody rows-html)))) + (tbody (raw! rows-html))))) (defcomp ~test-running-indicator () (div :class "flex items-center justify-center py-12 text-stone-500"