mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix: page refs
This commit is contained in:
@@ -298,15 +298,15 @@ prop-d:: nada"}])
|
||||
(load-test-files
|
||||
[{:file/path "pages/page1.md"
|
||||
:file/content "---
|
||||
tags: [[page-tag-1]], page-tag-2
|
||||
tags: [[page-tag-1]], [[page-tag-2]]
|
||||
---"}
|
||||
{:file/path "pages/page2.md"
|
||||
:file/content "---
|
||||
tags: page-tag-2, [[page-tag-3]]
|
||||
tags: [[page-tag-2]], [[page-tag-3]]
|
||||
---"}
|
||||
{:file/path "pages/page3.md"
|
||||
:file/content "---
|
||||
tags: other
|
||||
tags: [[other]]
|
||||
---"}])
|
||||
|
||||
(are [x y] (= (set y) (set (map :block/name (dsl-query x))))
|
||||
|
||||
Reference in New Issue
Block a user