Skip to content

Commit 16d5b10

Browse files
authored
Update Lib/test/test_pyexpat.py
1 parent e62a670 commit 16d5b10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_pyexpat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ def test_deeply_nested_content_model(self):
709709
# See https://github.com/python/cpython/issues/145986.
710710
N = 500_000
711711
data = (
712-
b'<!DOCTYPE root [\n<!ELEMENT root '
713-
+ b'(a, ' * N + b'a' + b')' * N
714-
+ b'>\n]>\n<root/>\n'
712+
b'<!DOCTYPE root [\n<!ELEMENT root '
713+
+ b'(a, ' * N + b'a' + b')' * N
714+
+ b'>\n]>\n<root/>\n'
715715
)
716716

717717
parser = expat.ParserCreate()

0 commit comments

Comments
 (0)