Upgrade utils to 48.0.0

Fixes a bug with non breaking spaces being removed from templates
This commit is contained in:
David McDonald
2021-10-29 16:10:55 +01:00
parent 82eaf4e40c
commit c6b884dcef
7 changed files with 15 additions and 12 deletions

View File

@@ -2295,8 +2295,8 @@ def test_send_one_off_letter_address_shows_form(
}),
# it ignores empty lines and strips whitespace from each line.
# It also strips extra whitespace from the middle of lines.
('\n a\ta \n\n\n \n\n\n\nb b \r\n sw1a1aa \n\n', {
'address_line_1': 'a\ta',
('\n a\ta \n\n\n \n\n\n\nb b \r\n sw1a\u00A01aa \n\n', {
'address_line_1': 'a a',
'address_line_2': 'b b',
'address_line_3': '',
'address_line_4': '',