Add tests for angle links.
This commit is contained in:
25
org_mode_samples/object/regular_link/all_default_links.org
Normal file
25
org_mode_samples/object/regular_link/all_default_links.org
Normal file
@@ -0,0 +1,25 @@
|
||||
non-link text
|
||||
[[eww://foo]]
|
||||
[[rmail://foo]]
|
||||
[[mhe://foo]]
|
||||
[[irc://foo]]
|
||||
[[info://foo]]
|
||||
[[gnus://foo]]
|
||||
[[docview://foo]]
|
||||
[[bibtex://foo]]
|
||||
[[bbdb://foo]]
|
||||
[[w3m://foo]]
|
||||
[[doi://foo]]
|
||||
[[file+sys://foo]]
|
||||
[[file+emacs://foo]]
|
||||
[[shell://foo]]
|
||||
[[news://foo]]
|
||||
[[mailto://foo]]
|
||||
[[https://foo]]
|
||||
[[http://foo]]
|
||||
[[ftp://foo]]
|
||||
[[help://foo]]
|
||||
[[file://foo]]
|
||||
[[elisp://foo]]
|
||||
[[randomfakeprotocl://foo]]
|
||||
non-link text
|
||||
@@ -1,2 +1,16 @@
|
||||
# Does not become a search option because it is inside parenthesis.
|
||||
[[https://en.wikipedia.org/wiki/Shebang_(Uni::x)]]
|
||||
[[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/]]
|
||||
|
||||
[[file://en.wikipedia.org/wiki/Shebang_(Uni::x)]]
|
||||
|
||||
|
||||
[[file:simple.org::*]]
|
||||
[[file:simple.org::* foo]]
|
||||
[[file:simple.org::*bar]]
|
||||
[[file:simple.org::b*az]]
|
||||
|
||||
Reference in New Issue
Block a user