Liking cljdoc? Tell your friends :D

Syntax errors are preserved

Syntax errors should be passed along.

Show output of failing test

  • Given a file named "test/sample_test.clj" with:
(ns sample-test
  (:require [clojure.test :refer :all]))

stray-symbol

(deftest stdout-pass-test
  (is (= :same :same)))
  • When I run bin/kaocha

  • Then the output should contain:

Exception: clojure.lang.Compiler$CompilerException

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close