Skip to content

Commit

Permalink
Merge pull request #13364 from zackthehuman/htmlSafe-test-ungate
Browse files Browse the repository at this point in the history
[GLIMMER2] Update glimmer version, un-gate htmlSafe test
  • Loading branch information
krisselden committed Apr 18, 2016
2 parents a8f6972 + 0f71fe2 commit 5389442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"express": "^4.5.0",
"finalhandler": "^0.4.0",
"github": "^0.2.3",
"glimmer-engine": "tildeio/glimmer#2849de8",
"glimmer-engine": "tildeio/glimmer#b421a52",
"glob": "^5.0.13",
"htmlbars": "0.14.16",
"mocha": "^2.4.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ moduleFor('Components test: curly components', class extends RenderingTest {
equalTokens(this.firstChild, expectedHtmlBold);
}

['@htmlbars should not escape HTML if string is a htmlSafe'](assert) {
['@test should not escape HTML if string is a htmlSafe'](assert) {
let expectedHtmlBold = 'you need to be more <b>bold</b>';
let expectedHtmlItalic = 'you are so <i>super</i>';
let component;
Expand Down

0 comments on commit 5389442

Please sign in to comment.