summaryrefslogtreecommitdiff
path: root/testdata.json
diff options
context:
space:
mode:
authorD.B. Tsai <dbtsai@dbtsai.com>2012-08-26 16:29:14 -0700
committerD.B. Tsai <dbtsai@dbtsai.com>2012-08-27 20:02:53 -0700
commit29a769f3107e904e4935efe8765328f79adf633a (patch)
tree7dddf867ef4fa54745257d5365cbc2eea3914480 /testdata.json
parenta63b32c7a7673ccfd24593ed69e57e43edfefb1b (diff)
downloadpython-mimeparse-29a769f3107e904e4935efe8765328f79adf633a.tar.gz
Fixed that parse_media_range overrides quality values of 0
https://github.com/dbtsai/python-mimeparse/issues/1
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 8f28b30..c44ea85 100644
--- a/testdata.json
+++ b/testdata.json
@@ -6,6 +6,7 @@
["application/xml ;q=",["application", "xml", {"q": "1"}]],
["application/xml ; q=1;b=other",["application", "xml", {"q": "1", "b":"other"}]],
["application/xml ; q=2;b=other",["application", "xml", {"q": "1", "b":"other"}]],
+ ["application/xml ; q=0",["application", "xml", {"q": "0"}]],
[" *; q=.2",["*", "*", {"q": ".2"}]]
],