Skip to content

Commit 899a692

Browse files
committed
fix test
1 parent 3d49152 commit 899a692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/squint/compiler_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,7 +2678,7 @@ new Foo();")
26782678
(testing "nested assoc"
26792679
(let [s (jss! '(-> (assoc {} :a :b)
26802680
(assoc :c :d)))]
2681-
(is (= 1 (re-seq #"..." s)))
2681+
(is (= 1 (count (re-seq #"\.\.\." s))))
26822682
(is (not (str/includes? s "assoc")))
26832683
(is (eq {:a :b :c :d} (js/eval s)))))))
26842684

0 commit comments

Comments
 (0)