mirror of
https://github.com/org-roam/org-roam
synced 2025-09-30 17:00:56 -05:00
(tests): test org-roam--build-cache-async (#92)
This commit is contained in:
7
tests/roam-files/f1.org
Normal file
7
tests/roam-files/f1.org
Normal file
@@ -0,0 +1,7 @@
|
||||
#+TITLE: File 1
|
||||
|
||||
link to [[file:nested/f1.org][Nested File 1]]
|
||||
link to [[file:f2.org][File 2]]
|
||||
|
||||
Arbitrary [[https://google.com][HTML]] link
|
||||
Arbitrary text
|
3
tests/roam-files/f2.org
Normal file
3
tests/roam-files/f2.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+TITLE: File 2
|
||||
|
||||
This file has no links.
|
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]]
|
1
tests/roam-files/no-title.org
Normal file
1
tests/roam-files/no-title.org
Normal file
@@ -0,0 +1 @@
|
||||
no title in this file :O
|
Reference in New Issue
Block a user