Test around panics.
This commit is contained in:
parent
4c2d05cbe1
commit
8cd905b8eb
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user