File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 77 org.clojure/data.json {:mvn/version "0.2.6"}
88 org.clojure/google-closure-library {:mvn/version "0.0-20191016-6ae1f72f"}
99 org.clojure/spec.alpha {:mvn/version "0.1.143"}
10- org.clojure/tools.reader {:mvn/version "1.3.2 "}
10+ org.clojure/tools.reader {:mvn/version "1.3.3 "}
1111 org.clojure/test.check {:mvn/version "0.10.0-alpha3"}}
1212 :aliases
1313 {:cli.test.run {:extra-paths ["src/test/cljs_cli"]
Original file line number Diff line number Diff line change 4545 <dependency>
4646 <groupId>org.clojure</groupId>
4747 <artifactId>tools.reader</artifactId>
48- <version>1.3.2 </version>
48+ <version>1.3.3 </version>
4949 </dependency>
5050 <dependency>
5151 <groupId>com.cognitect</groupId>
Original file line number Diff line number Diff line change 1212 [org.clojure/spec.alpha "0.1.143"]
1313 [org.clojure/core.specs.alpha "0.1.24"]
1414 [org.clojure/data.json "0.2.6"]
15- [org.clojure/tools.reader "1.3.2 "]
15+ [org.clojure/tools.reader "1.3.3 "]
1616 [org.clojure/test.check "0.10.0-alpha3" :scope "test"]
1717 [com.cognitect/transit-clj "0.8.309"]
1818 [org.clojure/google-closure-library "0.0-20191016-6ae1f72f"]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CLOSURE_RELEASE="20200315"
99DJSON_RELEASE="0.2.6"
1010TRANSIT_RELEASE="0.8.309"
1111GCLOSURE_LIB_RELEASE="0.0-20191016-6ae1f72f"
12- TREADER_RELEASE="1.3.0 "
12+ TREADER_RELEASE="1.3.3 "
1313TEST_CHECK_RELEASE="0.10.0-alpha3"
1414
1515# check dependencies
Original file line number Diff line number Diff line change 236236;(deftest test-error-messages
237237; (testing "Leading numbers in keywords"
238238; (is (thrown-with-msg? js/Error #"Invalid keyword :0s" (reader/read-string ":0s")))))
239+
240+ (deftest testing-cljs-3278
241+ (is (nil? (reader/read-string {:readers {'foo (constantly nil)}} "#foo 1"))))
You can’t perform that action at this time.
0 commit comments