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 7
7
org.clojure/data.json {:mvn/version " 0.2.6" }
8
8
org.clojure/google-closure-library {:mvn/version " 0.0-20191016-6ae1f72f" }
9
9
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 " }
11
11
org.clojure/test.check {:mvn/version " 0.10.0-alpha3" }}
12
12
:aliases
13
13
{:cli.test.run {:extra-paths [" src/test/cljs_cli" ]
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.clojure</groupId >
47
47
<artifactId >tools.reader</artifactId >
48
- <version >1.3.2 </version >
48
+ <version >1.3.3 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.cognitect</groupId >
Original file line number Diff line number Diff line change 12
12
[org.clojure/spec.alpha " 0.1.143" ]
13
13
[org.clojure/core.specs.alpha " 0.1.24" ]
14
14
[org.clojure/data.json " 0.2.6" ]
15
- [org.clojure/tools.reader " 1.3.2 " ]
15
+ [org.clojure/tools.reader " 1.3.3 " ]
16
16
[org.clojure/test.check " 0.10.0-alpha3" :scope " test" ]
17
17
[com.cognitect/transit-clj " 0.8.309" ]
18
18
[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"
9
9
DJSON_RELEASE=" 0.2.6"
10
10
TRANSIT_RELEASE=" 0.8.309"
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20191016-6ae1f72f"
12
- TREADER_RELEASE=" 1.3.0 "
12
+ TREADER_RELEASE=" 1.3.3 "
13
13
TEST_CHECK_RELEASE=" 0.10.0-alpha3"
14
14
15
15
# check dependencies
Original file line number Diff line number Diff line change 236
236
; (deftest test-error-messages
237
237
; (testing "Leading numbers in keywords"
238
238
; (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