diff --git a/pyproject.toml b/pyproject.toml index ef8e306..7c3ab4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inscriptis" -version = "2.6.1" +version = "2.7.0" description = "inscriptis - HTML to text converter." license = "Apache-2.0" readme = "README.rst" diff --git a/tests/html/enumeration-value.html b/tests/html/enumeration-value.html new file mode 100644 index 0000000..a159776 --- /dev/null +++ b/tests/html/enumeration-value.html @@ -0,0 +1,8 @@ +
    +
  1. Coffee
  2. +
  3. Tea
  4. +
  5. Milk
  6. +
  7. Water
  8. +
  9. Juice
  10. +
  11. Beer
  12. +
diff --git a/tests/html/enumeration-value.txt b/tests/html/enumeration-value.txt new file mode 100644 index 0000000..df9a3d1 --- /dev/null +++ b/tests/html/enumeration-value.txt @@ -0,0 +1,6 @@ + 100. Coffee + 101. Tea + 102. Milk + 103. Water + 104. Juice + 105. Beer