Move all the specific-token tests into subfolders.
All checks were successful
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded

This commit is contained in:
Tom Alexander
2023-08-20 23:38:47 -04:00
parent 8162f03051
commit 69ecfd2646
67 changed files with 6 additions and 6 deletions

View 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

View File

@@ -0,0 +1,5 @@
[cite:@foo]
[cite/a/b-_/foo:globalprefix;keyprefix @foo keysuffix;globalsuffix]
text before [cite:@bar] text after

View File

@@ -0,0 +1,3 @@
foo \Delta bar
foo \pibar
foo \pi{}bar

View File

@@ -0,0 +1,9 @@
@@latex:
\documentclass[margin,11pt]{res} % default is 10 pt
@@

View File

@@ -0,0 +1,4 @@
@@html:<b>@@This text is only bold for the html exporter@@html:</b>@@
@@latex:
\documentclass[margin,11pt]{res} % default is 10 pt
@@

View File

@@ -0,0 +1,8 @@
[fn:1] This is a regular footnote definition because it is on an unindented line while lacking a definition inside the brackets.
[fn:1] This is a footnote reference because the line is indented
[fn:2:This is a footnote reference since it has the definition inside the brackets. This style is referred to as an "inline footnote".]
[fn::This is a footnote reference since it has the definition inside the brackets. This style is referred to as an "anonymous footnote".]

View File

@@ -0,0 +1,4 @@
call_foo(arguments)
call_bar[header](arguments)
call_baz(arguments)[header]
call_lorem[header](arguments)[another header]

View File

@@ -0,0 +1,2 @@
before src_foo{ipsum} after
src_bar[lorem]{ipsum}

View File

@@ -0,0 +1,7 @@
\begin{itemize}
\item foo \sqrt{x}
\end{itemize}
\begin{itemize}
\item bar \sqrt{y}
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element

View File

@@ -0,0 +1 @@
tex can have math between dollar signs like $x^2=y$ and $$ x=+\sqrt{y} $$ but also braces and brackets like \( x=2 \) and \[ x=-\sqrt{2} \]

View File

@@ -0,0 +1,4 @@
\begin{itemize}
% this would be a LaTeX comment if this was a LaTeX document
\item Heres some math \sqrt{y}
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element

View File

@@ -0,0 +1,6 @@
foo\\
bar
lorem\\\
ipsum

View File

@@ -0,0 +1,3 @@
#+title: built_in_macro
{{{title}}}

View File

@@ -0,0 +1 @@
{{{foo(bar, baz)}}}

View 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

View File

@@ -0,0 +1 @@
alpha *bar* baz foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.

View File

@@ -0,0 +1 @@
alpha *bar* baz foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.

View File

@@ -0,0 +1 @@
foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.

View File

@@ -0,0 +1,3 @@
[[https://fizz.buzz/]]
[[https://fizz.buzz][super cool website]]

View File

@@ -0,0 +1,3 @@
[70%]
[3/5]
[-3/5]

View File

@@ -0,0 +1,7 @@
foo^*
bar_*
baz^{hello *world*}
lorem_{}
ipsum^+,\.a5
dolar_,\.a5
text before foo_7 text afterwards

View File

@@ -0,0 +1 @@
_{foo}

View File

@@ -0,0 +1,3 @@
foo <<bar>> baz
lorem << ipsum >> dolar

View File

@@ -0,0 +1,6 @@
*bold*
/italic/
_underline_
=verbatim=
~code~
+strike-through+

View File

@@ -0,0 +1,3 @@
foo *bar /baz *lorem* ipsum/ dolar* alpha
foo *bar /baz _lorem_ ipsum/ dolar* alpha

View File

@@ -0,0 +1,13 @@
prologue *goes here* I guess *bold
text*
bold*wont* start *or stop*when there is text outside it
I guess *regular
text*
[[foo][foo *bar]] baz* car
*nesting *bold entrances* and* exits

View File

@@ -0,0 +1 @@
foo *bar* baz

View File

@@ -0,0 +1,14 @@
# diary
<%%(foo bar baz)>
# active
<1970-01-01 Thu 8:15rest +1w -1d>
# inactive
[1970-01-01 Thu 8:15rest +1w -1d]
# active date range
<1970-01-01 Thu 8:15rest +1w -1d>--<1970-01-01 Thu 8:15rest +1w -1d>
# active time range
<1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d>
# inactive date range
[1970-01-01 Thu 8:15rest +1w -1d]--[1970-01-01 Thu 8:15rest +1w -1d]
# inactive time range
[1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d]