Remove debug logging from component-has-children?, restore island test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 02:36:46 +00:00
parent 7d793ec76c
commit 49fd4a51d6
2 changed files with 8 additions and 4 deletions

View File

@@ -679,9 +679,7 @@
(eval-expr '(defisland ~counter (&key start)
(span (str "count: " start))) env)
(let ((html (rh-env '(~counter :start 0) env)))
;; Should contain the island marker
(assert-true (string-contains? html "data-sx-island"))
;; Should contain rendered content
(assert-true (string-contains? html "count: 0")))))
(deftest "island name appears in marker"