Bug 1779567 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Magnus, could you please add a [revision summary on D153150](https://phabricator.services.mozilla.com/differential/revision/edit/153150/) to describe what "Adjust handling of extended address" actually does?

If a TB 91 Address has:
`Address:`
address line 1 (first input)
address line 2 (second input)

Can you confirm that after merging, your patch preserves that order, so we'll get the following?
`Street Address`:
address line 1\n
address line 2

From reading the patch, I believe that you're reversing the order, which imo we shouldn't.
Magnus, could you please add a [revision summary on D153150](https://phabricator.services.mozilla.com/differential/revision/edit/153150/) to describe what "Adjust handling of extended address" actually does?

If a TB 91 Address has:
`Address:`
address line 1 (first input)
address line 2 (second input)

Can you confirm that after merging the two lines for 102, your patch preserves that order, so we'll get the following?
`Street Address`:
address line 1\n
address line 2

From reading the patch, I believe that you're reversing the order, which imo we shouldn't.

Back to Bug 1779567 Comment 10