summaryrefslogtreecommitdiff
path: root/testdata.json
diff options
context:
space:
mode:
Diffstat (limited to 'testdata.json')
-rw-r--r--testdata.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata.json b/testdata.json
index 64785c4..2ceee39 100644
--- a/testdata.json
+++ b/testdata.json
@@ -188,6 +188,22 @@
],
[
[
+ ["application/json;q=1.0", "text/html;q=0.9", "text/plain;q=0.1"],
+ "*/*"
+ ],
+ "application/json;q=1.0",
+ "*/* match should pick an acceptable type with the highest quality"
+ ],
+ [
+ [
+ ["text/html;q=0.9", "application/json", "text/plain;q=0.1"],
+ "*/*"
+ ],
+ "application/json",
+ "*/* match should pick an acceptable type with the highest quality, even if it's implicit"
+ ],
+ [
+ [
["application/json", "text/html"],
"text"
],