We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e80181 commit 2f0dce9Copy full SHA for 2f0dce9
1 file changed
tests/lib/rules/template-quotes.js
@@ -34,7 +34,7 @@ const validHbs = [
34
options: [false],
35
},
36
{
37
- code: "{{component 'test'}} <input type=\"checkbox\">",
+ code: '{{component \'test\'}} <input type="checkbox">',
38
39
40
];
0 commit comments