Skip to content

Commit cb2f4af

Browse files
authored
fix: Ignore readonly on select (ietf-tools#4786)
This was caused by ietf-tools#4708
1 parent ae51096 commit cb2f4af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/utils/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues):
196196

197197
return re.search(
198198
r"""document\ is\ not\ mappable\ to\ XML\ 1|
199+
Attribute\ 'readonly'\ not\ allowed\ on\ element\ 'select'|
199200
^Attribute\ 'required'\ not\ allowed\ on\ element\ 'div'|
200201
^The\ 'type'\ attribute\ is\ unnecessary\ for\ JavaScript|
201202
is\ not\ in\ Unicode\ Normalization\ Form\ C""",

0 commit comments

Comments
 (0)