Test header splitting behavior

This commit is contained in:
Michael Lumish 2020-05-21 10:12:08 -07:00
parent 4ef8abddf2
commit c6deb79269
1 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,7 @@ describe('Metadata', () => {
key1: 'value1',
key2: ['value2'],
key3: ['value3a', 'value3b'],
key4: ['part1, part2'],
'key-bin': [
'AAECAwQFBgcICQoLDA0ODw==',
'EBESExQVFhcYGRobHB0eHw==',
@ -307,6 +308,7 @@ describe('Metadata', () => {
['key1', ['value1']],
['key2', ['value2']],
['key3', ['value3a', 'value3b']],
['key4', ['part1, part2']],
[
'key-bin',
[