We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd21cc commit ca0be0bCopy full SHA for ca0be0b
test/validators.js
@@ -10151,7 +10151,7 @@ describe('Validators', () => {
10151
' data:text/html,%3Ch1%3EHello%2C%20World!%3C%2Fh1%3E',
10152
'data:,A%20brief%20note',
10153
'data:text/html;charset=US-ASCII,%3Ch1%3EHello!%3C%2Fh1%3E',
10154
- 'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4'
+ 'data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64,dGVzdC5kb2N4',
10155
],
10156
invalid: [
10157
'dataxbase64',
0 commit comments