Skip to content

Commit

Permalink
test compile*
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Feb 19, 2024
1 parent e1bbb05 commit 0c0ac4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dev/onionpancakes/chassis/tests/test_compiler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
[:p.alias attrs content])

(deftest test-compile
(are [node] (= (c/html (cc/compile node)) (c/html node))
(are [node] (= (c/html (cc/compile node))
(c/html (cc/compile* node))
(c/html node))
nil
0
0.0
Expand Down

0 comments on commit 0c0ac4f

Please sign in to comment.