Skip to content

Commit

Permalink
Merge pull request #141 from Turbo87/tilde-test
Browse files Browse the repository at this point in the history
Adjust `tilde` test fixture
  • Loading branch information
rwjblue authored Sep 30, 2019
2 parents 63bcbff + ed333f1 commit cedc6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions transforms/angle-brackets/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -701,11 +701,11 @@ exports[`textarea 1`] = `

exports[`tilde 1`] = `
"{{#if foo~}}
bar
{{some-component}}
{{/if}}
~~~~~~~~
{{#if foo~}}
bar
{{some-component}}
{{/if}}"
`;

Expand Down
2 changes: 1 addition & 1 deletion transforms/angle-brackets/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ test('textarea', () => {
test('tilde', () => {
let input = `
{{#if foo~}}
bar
{{some-component}}
{{/if}}
`;

Expand Down

0 comments on commit cedc6c6

Please sign in to comment.