Skip to content

Commit

Permalink
test for r/->defs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurC committed Apr 22, 2024
1 parent 0e890f3 commit fa3ed0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/hyperfiddle/electric/impl/runtime_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,7 @@
(s->c @s-ps)
% := 2
% := :step-c
(c->s @c-ps))
(c->s @c-ps))

(tests
(set (keys (r/->defs {:a (fn [_ _] {:b (fn [_ _] {:a (fn [_ _])})})}))) := #{:a :b})

0 comments on commit fa3ed0e

Please sign in to comment.