mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #4059 from alphagov/bump-utils-to-fix-non-break-space
Upgrade utils to 48.0.0
This commit is contained in:
@@ -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': '',
|
||||
|
||||
Reference in New Issue
Block a user