105106107108109110111
} @Test public void testAcceptableToken() throws ParseException { final String token = "gzip;q=0.123"; new AcceptableToken(token); }