From 2a4eff674215d2b67b01f4d392b242bda6020121 Mon Sep 17 00:00:00 2001 From: Albert Weichselbraun Date: Tue, 14 Oct 2025 19:14:52 +0200 Subject: [PATCH 1/2] add: Unittest for value in an ordered list. --- tests/html/enumeration-value.html | 8 ++++++++ tests/html/enumeration-value.txt | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 tests/html/enumeration-value.html create mode 100644 tests/html/enumeration-value.txt 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 From f1192993c334bb2d42bef76b629c6299a08b4c7f Mon Sep 17 00:00:00 2001 From: Albert Weichselbraun Date: Wed, 22 Oct 2025 20:24:33 +0200 Subject: [PATCH 2/2] add: unittest and upped version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"