From 49880d8a2bbc6b64e6d6cfaa35ac32bdbb2d1b1b Mon Sep 17 00:00:00 2001 From: Daniel Fancsali Date: Mon, 20 Jan 2020 14:00:57 +0000 Subject: [PATCH] Fix test affected by changing list of test article files --- pelican/tests/test_generators.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pelican/tests/test_generators.py b/pelican/tests/test_generators.py index 9b27d289..a46a5cba 100644 --- a/pelican/tests/test_generators.py +++ b/pelican/tests/test_generators.py @@ -248,6 +248,10 @@ class TestArticlesGenerator(unittest.TestCase): ['Article with template', 'published', 'Default', 'custom'], ['Metadata tags as list!', 'published', 'Default', '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 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 template', 'Metadata tags as list!', + 'One -, two --, three --- dashes!', + 'One -, two --, three --- dashes!', 'Rst with filename metadata', 'Test Markdown extensions', 'Test markdown File',