mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: tests
This commit is contained in:
@@ -604,7 +604,7 @@ Some bindings in this fn:
|
||||
(let [match' (string/replace (second matches) "#" tag-placeholder)]
|
||||
(str "\"" page-ref/left-brackets match' page-ref/right-brackets "\"")))]
|
||||
(some-> s
|
||||
(string/replace #"^(?!\")\[\[(.*?)\]\]" quoted-page-ref)
|
||||
(string/replace #"\"?\[\[(.*?)\]\]\"?" quoted-page-ref)
|
||||
(string/replace text-util/between-re
|
||||
(fn [[_ x]]
|
||||
(->> (string/split x #" ")
|
||||
|
||||
Reference in New Issue
Block a user