Skip to content

Commit

Permalink
added nested compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Feb 20, 2024
1 parent 398536e commit 3f48ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dev/onionpancakes/chassis/tests/test_compiler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
[:div (example-elem-macro-nested "foo")]
[:div (for [i (range 4)]
[:p i])]
[:div (for [i (range 4)]
(cc/compile [:p i]))]
(map inc (range 5))
[:div (map inc (range 5))]
[:div nil (map inc (range 5))]
Expand Down

0 comments on commit 3f48ca1

Please sign in to comment.