From c3c9ecb3027f4e75555720615b134921e27a4653 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 30 Sep 2016 16:22:42 -0700 Subject: [PATCH] text(offline compiler): fix expected output --- .../integrationtest/test/i18n_spec.ts | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts b/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts index c4fdabd964..ace7ec35a5 100644 --- a/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts +++ b/modules/@angular/compiler-cli/integrationtest/test/i18n_spec.ts @@ -36,25 +36,27 @@ const EXPECTED_XMB = ` translate me Welcome -`; + +`; const EXPECTED_XLIFF = ` - - - - translate me - - desc - meaning - - - Welcome - - - - -`; + + + + translate me + + desc + meaning + + + Welcome + + + + + +`; describe('template i18n extraction output', () => { const outDir = '';