pull/3117/head
Tienson Qin 2021-11-11 00:00:12 +08:00
parent 9aaf473fb3
commit 054436f16d
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@
(text/get-string-all-indexes "abc abc ab" "ab")
[0 4 8]
(text/get-string-all-indexes "abc abc ab" "ab")
[0 3]))
(text/get-string-all-indexes "a.c a.c ab" "a.")
[0 4]))
#_(cljs.test/test-ns 'frontend.text-test)