Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 549 Bytes

syntax_error.md

File metadata and controls

31 lines (17 loc) · 549 Bytes

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