From 3df02058fb3d48a999bbc8d5d56c2910fbc249a4 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 24 Mar 2024 23:37:14 +0100
Subject: [PATCH] meld: update to 3.22.2

---
 components/python/validators/test/results-all.master |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/components/python/validators/test/results-all.master b/components/python/validators/test/results-all.master
index 2a61608..5726e55 100644
--- a/components/python/validators/test/results-all.master
+++ b/components/python/validators/test/results-all.master
@@ -5,7 +5,7 @@
 cachedir: .tox/py$(PYV)/.pytest_cache
 rootdir: $(@D)
 configfile: pyproject.toml
-collecting ... collected 596 items
+collecting ... collected 599 items
 
 tests/i18n/test_es.py::test_returns_false_on_invalid_cif[12345] PASSED
 tests/i18n/test_es.py::test_returns_false_on_invalid_cif[ABCDEFGHI] PASSED
@@ -298,13 +298,15 @@
 tests/test_domain.py::test_returns_true_on_valid_domain[\xfcber.com-False-False] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[_example.com-False-True] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[a.cn-False-False] PASSED
+tests/test_domain.py::test_returns_true_on_valid_domain[exa_mple.com-False-True] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[example.com-False-False] PASSED
+tests/test_domain.py::test_returns_true_on_valid_domain[example_.com-False-True] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[kr\xe4uter.com.-True-False] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[someThing.versicherung.-True-False] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[somerandomexample.xn--fiqs8s-False-False] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[something.versicherung-False-False] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[sub1.sub2.sample.co.uk-False-False] PASSED
-tests/test_domain.py::test_returns_true_on_valid_domain[underscore_subdomain.example.com-False-False] PASSED
+tests/test_domain.py::test_returns_true_on_valid_domain[underscore_subdomain.example.com-False-True] PASSED
 tests/test_domain.py::test_returns_true_on_valid_domain[xn----gtbspbbmkef.xn--p1ai-False-False] PASSED
 tests/test_email.py::test_returns_failed_validation_on_invalid_email["\\\n"@here.com] PASSED
 tests/test_email.py::test_returns_failed_validation_on_invalid_email["test@test"@example.com] PASSED
@@ -510,6 +512,7 @@
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[http://www.\ufffd.ch] PASSED
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[http://www.foo.bar./] PASSED
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://example.com/foo/?bar#!baz/inga/8SA-M3as7A8] PASSED
+tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://example.org?q=search');alert(document.domain);] PASSED
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://foo.bar.net/baz.php?-/inga/test-lenient-query/] PASSED
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://foo.com/img/bar/baz.jpg?-62169987208] PASSED
 tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://www.example.com/foo/?bar=baz&inga=42&quux] PASSED
@@ -604,6 +607,6 @@
 tests/test_validation_failure.py::TestValidationError::test_repr PASSED
 tests/test_validation_failure.py::TestValidationError::test_string PASSED
 
-======== 596 passed ========
+======== 599 passed ========
   py$(PYV): OK
   congratulations :)

--
Gitblit v1.9.3