Skip to content

Commit

Permalink
Respect test case name format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstrat authored and wesleytodd committed Aug 31, 2024
1 parent 62d018e commit 80118be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==================

* allow utf8 as alias for utf-8

0.5.4 / 2021-12-10
==================

Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ describe('contentDisposition.parse(string)', function () {
}))
})

it('should parse UTF-8 extended parameter value (encoding noted "utf8")', function () {
it('should parse UTF8 extended parameter value', function () {
assert.deepEqual(contentDisposition.parse('attachment; filename*=utf8\'\'%E2%82%AC%20rates.pdf'), {
type: 'attachment',
parameters: { 'filename': '€ rates.pdf' }
Expand Down

0 comments on commit 80118be

Please sign in to comment.