summaryrefslogtreecommitdiff
path: root/testdata.json
diff options
context:
space:
mode:
Diffstat (limited to 'testdata.json')
-rw-r--r--testdata.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata.json b/testdata.json
index ab7693c..4f0a648 100644
--- a/testdata.json
+++ b/testdata.json
@@ -9,6 +9,7 @@
["application/xml ; q=2;b=other",["application", "xml", {"q": "1", "b":"other"}]],
["application/xml ; q=0",["application", "xml", {"q": "0"}]],
["application/xml ; q=foo", ["application", "xml", {"q": "1"}]],
+ ["application/xml ; Q=0.6", ["application", "xml", {"q": "0.6"}]],
[" *; q=.2",["*", "*", {"q": ".2"}]]
],