(tests): test org-roam--build-cache-async (#92)

This commit is contained in:
Jethro Kuan
2020-02-16 20:31:09 +08:00
committed by GitHub
parent 159b64b538
commit 9ae03532da
6 changed files with 77 additions and 3 deletions

7
tests/roam-files/f1.org Normal file
View 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
View File

@@ -0,0 +1,3 @@
#+TITLE: File 2
This file has no links.

View File

@@ -0,0 +1,4 @@
#+TITLE: Nested File 1
Link to [[file:f2.org][Nested File 2]]
Link to [[file:../f1.org][File 1]]

View File

@@ -0,0 +1,3 @@
#+TITLE: Nested File 2
Link to [[file:f1.org][Nested File 1]]

View File

@@ -0,0 +1 @@
no title in this file :O