From e15e2428c5aab19354e778301dc687099f2686b2 Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Mon, 12 Oct 2015 23:30:51 +0200 Subject: [PATCH] fix(test): command compiler attr merge test in IE --- modules/angular2/test/core/compiler/command_compiler_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/test/core/compiler/command_compiler_spec.ts b/modules/angular2/test/core/compiler/command_compiler_spec.ts index 621b30ed97..ba99dda841 100644 --- a/modules/angular2/test/core/compiler/command_compiler_spec.ts +++ b/modules/angular2/test/core/compiler/command_compiler_spec.ts @@ -222,7 +222,7 @@ export function main() { inject([AsyncTestCompleter], (async) => { var rootComp = createComp({ type: RootCompTypeMeta, - template: '
' + template: '
' }); var dir = CompileDirectiveMetadata.create({ selector: 'div', @@ -246,7 +246,7 @@ export function main() { 'role', 'newrole', 'style', - 'origstyle newstyle' + 'color: red; newstyle' ], [], [],