Javascript files are now detected as application/octet-stream. Updating test.
This commit is contained in:
parent
2dd127c394
commit
2feb3b912c
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ my @testSets = (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
input => 'colorPicker.js',
|
input => 'colorPicker.js',
|
||||||
output => 'text/plain',
|
output => 'application/octet-stream',
|
||||||
comment => q|plain text|,
|
comment => q|javascript|,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
input => 'favIcon.ico',
|
input => 'favIcon.ico',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue