From 736570d74b59e8b8c3ee51a41a8f98bfae9d3c85 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 30 Sep 2024 17:30:19 +0200 Subject: [PATCH] [TASK] Add incomplete tests for paragraph with whitespace issues references: 1091 (cherry picked from commit 3c61fb6cc1cacff76eba0d1c4e4688563b4434cf) --- .../tests/markdown/paragraph-md/expected/index.html | 8 ++++++++ .../tests/markdown/paragraph-md/input/guides.xml | 7 +++++++ .../tests/markdown/paragraph-md/input/index.md | 5 +++++ tests/Integration/tests/markdown/paragraph-md/input/skip | 1 + 4 files changed, 21 insertions(+) create mode 100644 tests/Integration/tests/markdown/paragraph-md/expected/index.html create mode 100644 tests/Integration/tests/markdown/paragraph-md/input/guides.xml create mode 100644 tests/Integration/tests/markdown/paragraph-md/input/index.md create mode 100644 tests/Integration/tests/markdown/paragraph-md/input/skip diff --git a/tests/Integration/tests/markdown/paragraph-md/expected/index.html b/tests/Integration/tests/markdown/paragraph-md/expected/index.html new file mode 100644 index 000000000..5e994a8df --- /dev/null +++ b/tests/Integration/tests/markdown/paragraph-md/expected/index.html @@ -0,0 +1,8 @@ + +
+

TYPO3 Extension powermail

+ +

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features (spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)

+ +
+ diff --git a/tests/Integration/tests/markdown/paragraph-md/input/guides.xml b/tests/Integration/tests/markdown/paragraph-md/input/guides.xml new file mode 100644 index 000000000..5f86f007a --- /dev/null +++ b/tests/Integration/tests/markdown/paragraph-md/input/guides.xml @@ -0,0 +1,7 @@ + + + diff --git a/tests/Integration/tests/markdown/paragraph-md/input/index.md b/tests/Integration/tests/markdown/paragraph-md/input/index.md new file mode 100644 index 000000000..32eb30f15 --- /dev/null +++ b/tests/Integration/tests/markdown/paragraph-md/input/index.md @@ -0,0 +1,5 @@ +# TYPO3 Extension powermail + +Powermail is a well-known, editor-friendly, powerful +and easy to use mailform extension for TYPO3 with a lots of features +(spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...) diff --git a/tests/Integration/tests/markdown/paragraph-md/input/skip b/tests/Integration/tests/markdown/paragraph-md/input/skip new file mode 100644 index 000000000..965da06a7 --- /dev/null +++ b/tests/Integration/tests/markdown/paragraph-md/input/skip @@ -0,0 +1 @@ +Single line breaks within a paragraph in MarkDown are removed. GitHub treates them as a whitespace. \ No newline at end of file