mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Lowercase metadata field name when comparing with FORMATTED_FIELDS in rST reader
This commit is contained in:
parent
6289452e95
commit
18b626aa8b
4 changed files with 37 additions and 1 deletions
|
|
@ -260,6 +260,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'Default', 'article'],
|
||||
['Article with an inline SVG', 'published', 'Default', 'article'],
|
||||
['This is an article with category !', 'published', 'yeah',
|
||||
|
|
@ -576,6 +577,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'This is a super article !',
|
||||
'This is a super article !',
|
||||
'This is a super article !',
|
||||
'This is a super article !',
|
||||
'This is an article with category !',
|
||||
('This is an article with multiple authors in lastname, '
|
||||
'firstname format!'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue