We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639e1ce commit 2d4e964Copy full SHA for 2d4e964
test/sci/core_test.cljc
@@ -1671,7 +1671,7 @@
1671
:cljs {:allow :all 'js js/global})})]
1672
(is (= :arithmetic (:caught result)))
1673
(is (str/includes? (:msg result) #?(:clj "Divide by zero"
1674
- :cljs "Invalid array length")))))
+ :cljs "length")))))
1675
(testing "^:sci/error Exception catch still gets location info with multiple catches"
1676
(let [result (sci/eval-string
1677
(-> "(require '[sci.core :as sci])
0 commit comments