describe('with a value of "unicode-1-1;q=0.8, *;q=0.5"', function () {
    beforeEach(function () {
      header = new AcceptCharset('unicode-1-1, *;q=0.5');
    });