Skip to content

Commit

Permalink
refactor(compiler): Enable additional passing tests (#51498)
Browse files Browse the repository at this point in the history
Some additional tests were already passing.

PR Close #51498
  • Loading branch information
dylhunn authored and thePunderWoman committed Aug 28, 2023
1 parent c013bff commit c2d8592
Showing 1 changed file with 6 additions and 12 deletions.
Expand Up @@ -25,8 +25,7 @@
],
"failureMessage": "Incorrect generated template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should handle SVG with an embedded ng-template",
Expand All @@ -43,8 +42,7 @@
],
"failureMessage": "Incorrect template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should handle MathML",
Expand All @@ -70,8 +68,7 @@
],
"failureMessage": "Incorrect generated template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should translate DOM structure",
Expand All @@ -97,8 +94,7 @@
],
"failureMessage": "Incorrect generated template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should support namespaced attributes",
Expand All @@ -124,8 +120,7 @@
],
"failureMessage": "Incorrect generated template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should support <ng-container>",
Expand Down Expand Up @@ -249,8 +244,7 @@
{
"failureMessage": "Incorrect generated template."
}
],
"skipForTemplatePipeline": true
]
},
{
"description": "should specify security-sensitive constant attributes as template literals",
Expand Down

0 comments on commit c2d8592

Please sign in to comment.