Skip to content

Commit

Permalink
fix(isDataURI): fix test dataURI for mediaType with dots
Browse files Browse the repository at this point in the history
  • Loading branch information
temoffey committed Jan 29, 2022
1 parent bcd21cc commit ca0be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -10151,7 +10151,7 @@ describe('Validators', () => {
' data:text/html,%3Ch1%3EHello%2C%20World!%3C%2Fh1%3E',
'data:,A%20brief%20note',
'data:text/html;charset=US-ASCII,%3Ch1%3EHello!%3C%2Fh1%3E',
'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4'
'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4',
],
invalid: [
'dataxbase64',
Expand Down

0 comments on commit ca0be0b

Please sign in to comment.