Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: components/test/data/autofill/merge/output/validation.out

Issue 1932193003: [Autofill] Modernize some AutofillMergeTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac import Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/test/data/autofill/merge/output/validation.out
diff --git a/components/test/data/autofill/merge/output/validation.out b/components/test/data/autofill/merge/output/validation.out
index 8f2df396f54e2b271a51efb577f020b3b5f3ecbd..2b989c3f72d92ebda3f503ea36bed70b27d2fd79 100644
--- a/components/test/data/autofill/merge/output/validation.out
+++ b/components/test/data/autofill/merge/output/validation.out
@@ -2,12 +2,38 @@
NAME_FIRST: John
NAME_MIDDLE:
NAME_LAST: Doe
+NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: TestCo
-ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway
-ADDRESS_HOME_LINE2: (Bldg. 1950)
+ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway\\n(Bldg. 1950)
ADDRESS_HOME_CITY: Mountain View
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94043
ADDRESS_HOME_COUNTRY: US
PHONE_HOME_WHOLE_NUMBER: (650) 555-8888
+---
+NAME_FIRST: John
+NAME_MIDDLE:
+NAME_LAST: Doe
+NAME_FULL:
+EMAIL_ADDRESS: john.doe@example.com
+COMPANY_NAME:
+ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway
+ADDRESS_HOME_CITY: Mountain View
+ADDRESS_HOME_STATE: CA
+ADDRESS_HOME_ZIP: 94043
+ADDRESS_HOME_COUNTRY: US
+PHONE_HOME_WHOLE_NUMBER: (650) 555-8888
+---
+NAME_FIRST: Jim
+NAME_MIDDLE:
+NAME_LAST: Smith
+NAME_FULL:
+EMAIL_ADDRESS: john.doe@example.com
+COMPANY_NAME:
+ADDRESS_HOME_STREET_ADDRESS: \\nApt 2
+ADDRESS_HOME_CITY: Mountain View
+ADDRESS_HOME_STATE: CA
+ADDRESS_HOME_ZIP: 94043
+ADDRESS_HOME_COUNTRY:
+PHONE_HOME_WHOLE_NUMBER:

Powered by Google App Engine
This is Rietveld 408576698