Skip to content

Commit 547e978

Browse files
Merge pull request #1 from NullVoxPopuli-ai-agent/fix/2569-redundant-role-typo
Fix: missing closing quote in HBS test
2 parents 66c0bcf + 21e0333 commit 547e978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules/template-no-redundant-role.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ hbsRuleTester.run('template-no-redundant-role', rule, {
142142
'<ul role="list"></ul>',
143143
'<input role="combobox">',
144144
'<footer role={{this.bar}}></footer>',
145-
'<nav class="navigation" role="navigation></nav>',
145+
'<nav class="navigation" role="navigation"></nav>',
146146
'<button role="link"></button>',
147147
'<input type="checkbox" value="yes" checked />',
148148
'<input type="range" />',

0 commit comments

Comments
 (0)