We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e94e2 commit e27e987Copy full SHA for e27e987
1 file changed
testdata.json
@@ -4,6 +4,7 @@
4
["application/xml", ["application", "xml", {"q": "1"}]],
5
["application/xml;q=",["application", "xml", {"q": "1"}]],
6
["application/xml ;q=",["application", "xml", {"q": "1"}]],
7
+ ["application/xml ;q=-1",["application", "xml", {"q": "1"}]],
8
["application/xml ; q=1;b=other",["application", "xml", {"q": "1", "b":"other"}]],
9
["application/xml ; q=2;b=other",["application", "xml", {"q": "1", "b":"other"}]],
10
["application/xml ; q=0",["application", "xml", {"q": "0"}]],
0 commit comments