diff --git a/tests/ListsTest.php b/tests/ListsTest.php
new file mode 100644
index 0000000..94fc86b
--- /dev/null
+++ b/tests/ListsTest.php
@@ -0,0 +1,32 @@
+
+
Listpoint A
+
+ Listpoint B
+
+ - Subpoint B1
+ - Subpoint B2
+
+
+ Listpoint C
+
+ ";
+ [$source, $result] = createTest($source, $target);
+ $this->assertEquals($source, $result);
+ }
+}
\ No newline at end of file