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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close