From 46a30994ab5c38e9b0b2275bdfcfd0a271eeec89 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 3 Dec 2023 11:44:43 -0500 Subject: Corrected a typo in a test that was causing test failures when run against libxml2 2.12.1. [bug=2045481] --- CHANGELOG | 3 +++ bs4/tests/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a7c842c..66fcb74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,9 @@ * Corrected the syntax of the license definition in pyproject.toml. Patch by Louis Maddox. [bug=2032848] +* Corrected a typo in a test that was causing test failures when run against + libxml2 2.12.1. [bug=2045481] + = 4.12.2 (20230407) * Fixed an unhandled exception in BeautifulSoup.decode_contents diff --git a/bs4/tests/__init__.py b/bs4/tests/__init__.py index dbb1593..325affe 100644 --- a/bs4/tests/__init__.py +++ b/bs4/tests/__init__.py @@ -1105,7 +1105,7 @@ class XMLTreeBuilderSmokeTest(TreeBuilderSmokeTest): doc = """ foo bar baz -- cgit v1.2.3