Add tests for plain link search options and relative paths.
This commit is contained in:
parent
be553aefb1
commit
592e773920
4
org_mode_samples/object/plain_link/relative_path.org
Normal file
4
org_mode_samples/object/plain_link/relative_path.org
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# These do not become links
|
||||||
|
./simple.org::foo
|
||||||
|
../simple.org::foo
|
||||||
|
/simple.org::foo
|
8
org_mode_samples/object/plain_link/search_option.org
Normal file
8
org_mode_samples/object/plain_link/search_option.org
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
file:simple.org::foo
|
||||||
|
|
||||||
|
file:simple.org::#foo
|
||||||
|
file:simple.org::foo bar
|
||||||
|
file:simple.org::foo
|
||||||
|
bar
|
||||||
|
file:simple.org::foo::bar
|
||||||
|
file:simple.org::/foo/
|
Loading…
Reference in New Issue
Block a user