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,3 @@
#+begin_export
This would be LaTeX code.
#+end_export

View File

@@ -0,0 +1,3 @@
#+begin_export latex html
This would be LaTeX code.
#+end_export

View File

@@ -0,0 +1,19 @@
#+begin_comment
This is a comment.
#+end_comment
#+begin_example
This is an example.
#+end_example
#+begin_export latex
This would be LaTeX code.
#+end_export
#+begin_src sh
echo "this is a source block."
#+end_src
#+begin_verse
This is a verse block.
#+end_verse

View File

@@ -0,0 +1,3 @@
#+begin_src
echo "this is a source block."
#+end_src