diff --git a/impls/tests/step9_try.mal b/impls/tests/step9_try.mal index 718ad7faa5..c82b15c27d 100644 --- a/impls/tests/step9_try.mal +++ b/impls/tests/step9_try.mal @@ -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 \ No newline at end of file