Skip to content

Commit

Permalink
minor error in validator.py, validator.rb already passed these tests
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401016
  • Loading branch information
ryanking committed Sep 24, 2007
1 parent 664073b commit 36e78f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions validator/attributes.test
Original file line number Diff line number Diff line change
Expand Up @@ -714,15 +714,15 @@

{"description": "allowed 'a' attribute on <datalist>",
"input": "<datalist a>",
"fail-if": "unknown-attribute"},
"fail-unless": "unknown-attribute"},

{"description": "allowed 'd' attribute on <datalist>",
"input": "<datalist d>",
"fail-if": "unknown-attribute"},
"fail-unless": "unknown-attribute"},

{"description": "allowed 't' attribute on <datalist>",
"input": "<datalist t>",
"fail-if": "unknown-attribute"},
"fail-unless": "unknown-attribute"},

{"description": "allowed 'action' attribute on <button>",
"input": "<button action>",
Expand Down

0 comments on commit 36e78f9

Please sign in to comment.