From 505fec6badba0622bbf97bb659188c3d62a9bc58 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 18 Apr 2020 07:46:05 -0700 Subject: Capitalized Unicode in docs, strings, and comments. --- tests/test_utils/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_utils') diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py index 59f8ddd26b..4e90d720ee 100644 --- a/tests/test_utils/tests.py +++ b/tests/test_utils/tests.py @@ -806,10 +806,10 @@ class HTMLEqualTests(SimpleTestCase): self.assertContains(response, '

') def test_unicode_handling(self): - response = HttpResponse('

Some help text for the title (with unicode ŠĐĆŽćžšđ)

') + response = HttpResponse('

Some help text for the title (with Unicode ŠĐĆŽćžšđ)

') self.assertContains( response, - '

Some help text for the title (with unicode ŠĐĆŽćžšđ)

', + '

Some help text for the title (with Unicode ŠĐĆŽćžšđ)

', html=True ) -- cgit v1.3