From 3b4c24b02bdef387c1a464a847338bcddcbe69a8 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 12:59:43 +0200 Subject: [PATCH] added tests for inline elements --- tests/InlineElementsTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/InlineElementsTest.php diff --git a/tests/InlineElementsTest.php b/tests/InlineElementsTest.php new file mode 100644 index 0000000..2d30098 --- /dev/null +++ b/tests/InlineElementsTest.php @@ -0,0 +1,19 @@ +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.

+ "; + + [$source, $result] = createTest($source, $target); + $this->assertEquals($source, $result); + } +} \ No newline at end of file