mirror of
https://github.com/org-roam/org-roam
synced 2025-08-19 13:43:31 -05:00
(tests): test org-roam--build-cache-async (#92)
This commit is contained in:
4
tests/roam-files/nested/f1.org
Normal file
4
tests/roam-files/nested/f1.org
Normal file
@@ -0,0 +1,4 @@
|
||||
#+TITLE: Nested File 1
|
||||
|
||||
Link to [[file:f2.org][Nested File 2]]
|
||||
Link to [[file:../f1.org][File 1]]
|
3
tests/roam-files/nested/f2.org
Normal file
3
tests/roam-files/nested/f2.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+TITLE: Nested File 2
|
||||
|
||||
Link to [[file:f1.org][Nested File 1]]
|
Reference in New Issue
Block a user