Test around panics.

This commit is contained in:
Scott Richmond 2022-04-04 19:08:19 -04:00
parent 4c2d05cbe1
commit 8cd905b8eb

View File

@ -267,14 +267,7 @@
(def source " (def source "
fn call (f, t) -> f (t) panic! (\"whoops\")
call (:foo, #{:foo 23})
let my_map = #{:foo 42, :bar 23, :baz \"frobulate\"}
my_map :foo
") ")