We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ecc7e commit a4cd85eCopy full SHA for a4cd85e
1 file changed
transforms/angle-brackets/test.js
@@ -246,6 +246,7 @@ test('html-tags', () => {
246
247
<div data-foo="{{if someThing yas nah}}"></div>
248
<div {{on 'click' this.foo}}></div>
249
+ <div class="" style="margin-bottom:20px" {{action "updateSetup" on="change"}}></div>
250
`;
251
252
expect(runTest('html-tags.hbs', input)).toMatchInlineSnapshot(`
@@ -270,6 +271,7 @@ test('html-tags', () => {
270
271
272
<div data-foo=\\"{{if someThing yas nah}}\\"></div>
273
274
+ <div class=\\"\\" style=\\"margin-bottom:20px\\" {{action \\"updateSetup\\" on=\\"change\\"}}></div>
275
"
276
`);
277
});
0 commit comments