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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user