Skip to content

Commit ca0be0b

Browse files
committed
fix(isDataURI): fix test dataURI for mediaType with dots
1 parent bcd21cc commit ca0be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10151,7 +10151,7 @@ describe('Validators', () => {
1015110151
' data:text/html,%3Ch1%3EHello%2C%20World!%3C%2Fh1%3E',
1015210152
'data:,A%20brief%20note',
1015310153
'data:text/html;charset=US-ASCII,%3Ch1%3EHello!%3C%2Fh1%3E',
10154-
'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4'
10154+
'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4',
1015510155
],
1015610156
invalid: [
1015710157
'dataxbase64',

0 commit comments

Comments
 (0)