Skip to content

Commit 2674fbb

Browse files
committed
Fix aria-errormessage attribute failure in aria-props for input tags
1 parent ac82a7d commit 2674fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/src/rules/aria-props-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ruleTester.run('aria-props', rule, {
5353
{ code: '<div fooaria-foobar="true"></div>' },
5454
{ code: '<div fooaria-hidden="true"></div>' },
5555
{ code: '<Bar baz />' },
56+
{ code: '<input type="text" aria-errormessage="foobar" />'},
5657
].concat(basicValidityTests).map(parserOptionsMapper),
5758
invalid: [
5859
{ code: '<div aria-="foobar" />', errors: [errorMessage('aria-')] },

0 commit comments

Comments
 (0)