File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This is a set of tests for Clojure's core standard library. Its purpose is not
3
3
only to draw clear boundaries around Clojure JVM's behavior, but also to serve
4
4
as a compliance suite for other Clojure dialects.
5
5
6
- Currently, this project is owned by jank, the native Clojure dialect. As we
6
+ Currently, this project is owned by [ ` jank ` ] ( https://github.com/jank-lang/jank ) , the native Clojure dialect. As we
7
7
build it up and prove jank's readiness, we also create value for the rest of the
8
8
Clojure community. As it currently stands, jank isn't able to run ` clojure.test `
9
9
yet, so we're just focusing on building out the test cases for now.
@@ -109,9 +109,9 @@ The test file will look like the following:
109
109
``` clojure
110
110
(ns clojure.core-test.foo
111
111
(:require [clojure.test :as t :refer [deftest testing is are]]
112
- [clojure.core-test.portability #?(:cljs :refer-macros :default :refer ) [when-var-exists ]]))
112
+ [clojure.core-test.portability #?(:cljs :refer-macros :default :refer ) [when-var-exists ]]))
113
113
114
- (when-var-exists clojure.core/ foo
114
+ (when-var-exists foo
115
115
(deftest test-foo
116
116
; ; `testing` sections are optional, depending on how you want to
117
117
; ; structure your tests. If you have a lot of tests and they group
@@ -143,4 +143,4 @@ The complete set of conversions of characters to names is:
143
143
- "<" -> "lt"
144
144
- ">" -> "gt"
145
145
- "=" -> "eq"
146
- - "%" -> "percent"))
146
+ - "%" -> "percent"
You can’t perform that action at this time.
0 commit comments