summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testdata.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata.json b/testdata.json
index 0aafd05..2ceee39 100644
--- a/testdata.json
+++ b/testdata.json
@@ -196,6 +196,14 @@
],
[
[
+ ["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"
],