Skip to content

Commit

Permalink
fix(test): command compiler attr merge test in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
marclaval authored and juliemr committed Oct 13, 2015
1 parent 3a801c1 commit e15e242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/angular2/test/core/compiler/command_compiler_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export function main() {
inject([AsyncTestCompleter], (async) => {
var rootComp = createComp({
type: RootCompTypeMeta,
template: '<div class="origclass" style="origstyle" role="origrole" attr1>'
template: '<div class="origclass" style="color: red;" role="origrole" attr1>'
});
var dir = CompileDirectiveMetadata.create({
selector: 'div',
Expand All @@ -246,7 +246,7 @@ export function main() {
'role',
'newrole',
'style',
'origstyle newstyle'
'color: red; newstyle'
],
[],
[],
Expand Down

0 comments on commit e15e242

Please sign in to comment.