Skip to content

Commit

Permalink
Add expected result for fn/hash-map interaction test
Browse files Browse the repository at this point in the history
  • Loading branch information
Garklein authored Aug 9, 2024
1 parent e8179fb commit 82b5f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impls/tests/step9_try.mal
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,5 @@
(def! bar (fn* [a] {:foo (get a :foo)}))
(bar {:foo (fn* [x] x)})
(bar {:foo 3})
;=>{:foo 3}
;; shouldn't give an error

0 comments on commit 82b5f36

Please sign in to comment.