cespare / goclj

Clojure parsing in Go
MIT License
37 stars 6 forks source link

Fix thread-first overrides #93

Closed mrkam2 closed 3 years ago

mrkam2 commented 3 years ago

Fixes https://github.com/cespare/goclj/issues/92.

The test only checks the correctness of the format but there is no test showing that config is not propagated to the printer.

mrkam2 commented 3 years ago

Looking into why the test is failing. It was passing for me.

mrkam2 commented 3 years ago

Found the issue, the test needs to be in custom/ folder. Please review.