File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{:paths [" src/clj" " src/cljc" " src/cljs" ]
22 :deps
33 {org.clojure/clojure {:mvn/version " 1.11.1" }
4- org.jsoup/jsoup {:mvn/version " 1.18.3 " }} ; hold back jsoup upgrade due to graal incompatibility
4+ org.jsoup/jsoup {:mvn/version " 1.19.1 " }}
55 :aliases
66 {:test {:extra-paths [" test/cljc" ]}
77 :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.60" }}}
Original file line number Diff line number Diff line change 1111
1212 :dependencies [[org.clojure/clojure " 1.11.1" ]
1313 [org.clojure/clojurescript " 1.11.60" :scope " provided" ]
14- [org.jsoup/jsoup " 1.18.3 " ]]
14+ [org.jsoup/jsoup " 1.19.1 " ]]
1515
1616 :source-paths [" src/clj" " src/cljc" " src/cljs" ]
1717
Original file line number Diff line number Diff line change 1616
1717 (is (= {:type :document ,
1818 :content [{:type :document-type ,
19- :attrs {:name " html" , :publicid " " , :systemid " " }}
19+ :attrs {:name " html" , :publicid " " , :systemid " "
20+ :#doctype " html" }}
2021 {:type :element ,
2122 :attrs nil,
2223 :tag :html ,
5758
5859 (is (= {:type :document ,
5960 :content [{:type :document-type ,
60- :attrs {:name " html" , :publicid " " , :systemid " " }}
61+ :attrs {:name " html" , :publicid " " , :systemid " "
62+ :#doctype " html" }}
6163 {:type :element ,
6264 :attrs nil,
6365 :tag :html ,
You can’t perform that action at this time.
0 commit comments