Carp/test/test-for-errors/wrong_args_when_recursing.carp
Erik Svedäng a8b43fa403
test: Regression tests for recent improvements and bug fixes (#1218)
* test: Test for error when recursing using wrong nr of args

* test: Wrong type when recursing

* test: Defining function with def

* test: Using special symbol as binder

* test: Dynamic closures can refer to itself

* test: Avoid unification failure

* fix: Address feedback
2021-05-25 08:08:59 +02:00

5 lines
70 B
Plaintext

(Project.config "file-path-print-length" "short")
(defn f [x]
(f))