From 86c895b97149b375e92e289d5e40a2a17c6a73d7 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 13:53:19 +0200 Subject: [PATCH] removed old monkey tests --- tests/list.md | 19 ------------------- tests/paragraph.md | 2 -- tests/test1.md | 39 --------------------------------------- 3 files changed, 60 deletions(-) delete mode 100644 tests/list.md delete mode 100644 tests/paragraph.md delete mode 100644 tests/test1.md diff --git a/tests/list.md b/tests/list.md deleted file mode 100644 index 2116585..0000000 --- a/tests/list.md +++ /dev/null @@ -1,19 +0,0 @@ -* point A -* point B - * sub A - * sub B - * sub sub A - * sub C - * sub D -* point C -* point D -* point E -* point F - -1. point 1 - 2. sub 1 - 1. sub sub 1 - 1. sub sub 2 - 3. sub 2 -3. point 2 -4. point 3 \ No newline at end of file diff --git a/tests/paragraph.md b/tests/paragraph.md deleted file mode 100644 index 7ab36c3..0000000 --- a/tests/paragraph.md +++ /dev/null @@ -1,2 +0,0 @@ -This is line one. -This is line two. diff --git a/tests/test1.md b/tests/test1.md deleted file mode 100644 index cb7ffef..0000000 --- a/tests/test1.md +++ /dev/null @@ -1,39 +0,0 @@ -# Heading 1 -#### lol **lol** - -* this **bold** and somewhat -* kind of *italic* thing -* is -* a -* list - -1. this is -2. an ordered -3. list - -Lorem **ipsum** dolor sit *amet*, `consetetur` sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - -And we test: all [special chars][1] in random [text][hallo]. this [word][http://lol.de] is a link. - -### Testing an Image -**bold** at the beginning - -lol 1 bild ![Eine Perle: für **die Ewigkeit* ..](https://mike-ochmann.de/assets/images/perl_jam.jpg) - -| Spalte 1 | Spalte 2 | Spalte 3 | -|:---------|-----:----|---------:| -| value a | value b | value c | - -At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. {class: rot} - -``` - //this should be a codeblock - function helloWorld() : void { - echo "Hello World!"; - } - - helloWorld(); -``` - -[1]: https://these-are-references:0 -[hallo]: ulululu \ No newline at end of file