mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix test affected by changing list of test article files
This commit is contained in:
parent
a0a74d3875
commit
49880d8a2b
1 changed files with 6 additions and 0 deletions
|
|
@ -248,6 +248,10 @@ class TestArticlesGenerator(unittest.TestCase):
|
||||||
['Article with template', 'published', 'Default', 'custom'],
|
['Article with template', 'published', 'Default', 'custom'],
|
||||||
['Metadata tags as list!', 'published', 'Default', 'article'],
|
['Metadata tags as list!', 'published', 'Default', 'article'],
|
||||||
['Rst with filename metadata', 'published', 'yeah', 'article'],
|
['Rst with filename metadata', 'published', 'yeah', 'article'],
|
||||||
|
['One -, two --, three --- dashes!', 'published', 'Default',
|
||||||
|
'article'],
|
||||||
|
['One -, two --, three --- dashes!', 'published', 'Default',
|
||||||
|
'article'],
|
||||||
['Test Markdown extensions', 'published', 'Default', 'article'],
|
['Test Markdown extensions', 'published', 'Default', 'article'],
|
||||||
['Test markdown File', 'published', 'test', 'article'],
|
['Test markdown File', 'published', 'test', 'article'],
|
||||||
['Test md File', 'published', 'test', 'article'],
|
['Test md File', 'published', 'test', 'article'],
|
||||||
|
|
@ -556,6 +560,8 @@ class TestArticlesGenerator(unittest.TestCase):
|
||||||
'Article with markdown containing footnotes',
|
'Article with markdown containing footnotes',
|
||||||
'Article with template',
|
'Article with template',
|
||||||
'Metadata tags as list!',
|
'Metadata tags as list!',
|
||||||
|
'One -, two --, three --- dashes!',
|
||||||
|
'One -, two --, three --- dashes!',
|
||||||
'Rst with filename metadata',
|
'Rst with filename metadata',
|
||||||
'Test Markdown extensions',
|
'Test Markdown extensions',
|
||||||
'Test markdown File',
|
'Test markdown File',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue