Merge pull request #4059 from alphagov/bump-utils-to-fix-non-break-space

Upgrade utils to 48.0.0
This commit is contained in:
David McDonald
2021-11-05 15:13:48 +00:00
committed by GitHub
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': '',