Add Vader tests for RSS feed generation
This commit is contained in:
committed by
Tinmarino
parent
e3501dcdd0
commit
ca84701c83
1
test/resources/testwiki/diary/2020-07-22.wiki
Normal file
1
test/resources/testwiki/diary/2020-07-22.wiki
Normal file
@ -0,0 +1 @@
|
||||
example diary entry for day 1.
|
3
test/resources/testwiki/diary/2020-07-23.wiki
Normal file
3
test/resources/testwiki/diary/2020-07-23.wiki
Normal file
@ -0,0 +1,3 @@
|
||||
= Day 2 =
|
||||
|
||||
another diary entry
|
5
test/resources/testwiki/diary/2020-07-24.wiki
Normal file
5
test/resources/testwiki/diary/2020-07-24.wiki
Normal file
@ -0,0 +1,5 @@
|
||||
%nohtml
|
||||
|
||||
== day 3 ==
|
||||
|
||||
and yet *another* diary entry.
|
17
test/resources/testwiki/diary/2020-07-25.wiki
Normal file
17
test/resources/testwiki/diary/2020-07-25.wiki
Normal file
@ -0,0 +1,17 @@
|
||||
= day 4 =
|
||||
|
||||
== subsection 1 ==
|
||||
|
||||
here is some code:
|
||||
|
||||
{{{
|
||||
#!/bin/sh
|
||||
echo "hello world"
|
||||
}}}
|
||||
|
||||
== subsection 2 ==
|
||||
|
||||
an important list:
|
||||
|
||||
* point 1
|
||||
* point 2
|
Reference in New Issue
Block a user