Skip to content

Commit

Permalink
Fix test for datetime-local
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Aug 15, 2020
1 parent 2840d57 commit a8149b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/HTMLPurifier/HTMLModule/HTML5/Forms/InputTest.php
Expand Up @@ -122,6 +122,7 @@ public function minMaxAttributeProvider()
// datetime-local
array(
'<input type="datetime-local" min="2005-04-02 21:37" max="2010-04-10 08:41" step="1">',
'<input type="datetime-local" min="2005-04-02T21:37" max="2010-04-10T08:41" step="1">',
),
array(
'<input type="datetime-local" min="2005-04-02" max="2010-04-10" step="1">',
Expand Down

0 comments on commit a8149b4

Please sign in to comment.