diff --git a/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts b/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts
index 019b354ce9c03a..a60dacf6025949 100644
--- a/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts
+++ b/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts
@@ -34,9 +34,9 @@ const EXPECTED_XMB = `
]>
- translate me
- Welcome
- other-3rdP-component
+ /src/basic.ts:1,1translate me
+ /src/basic.ts:5,5Welcome
+ /node_modules/third_party/other_comp.d.ts:1,1other-3rdP-component
`;
@@ -47,16 +47,28 @@ const EXPECTED_XLIFF = `
translate me
+
+ src/basic.ts
+ 1
+
desc
meaning
Welcome
+
+ src/basic.ts
+ 5
+
other-3rdP-component
+
+ node_modules/third_party/other_comp.d.ts
+ 1
+