summaryrefslogtreecommitdiff
path: root/tests/fixtures/static/encoded.html
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-15 20:18:16 -0600
committerGitHub <noreply@github.com>2019-12-15 20:18:16 -0600
commitc6340737a4826d4073f0cfa7951dccf42d0cbfcf (patch)
treee5605243e0b52f6444c9f97771ddc89e96c9572b /tests/fixtures/static/encoded.html
parent948b692469cdcaeb38f37982f0810954c545b920 (diff)
parentf6cb1efa8fba683bdc5c9b4a645f9357fe2e6208 (diff)
downloadpyramid-c6340737a4826d4073f0cfa7951dccf42d0cbfcf.tar.gz
pyramid-c6340737a4826d4073f0cfa7951dccf42d0cbfcf.tar.bz2
pyramid-c6340737a4826d4073f0cfa7951dccf42d0cbfcf.zip
Merge pull request #3537 from mmerickel/negotiate-static-encoding
negotiate the best static asset using supported encodings
Diffstat (limited to 'tests/fixtures/static/encoded.html')
-rw-r--r--tests/fixtures/static/encoded.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/fixtures/static/encoded.html b/tests/fixtures/static/encoded.html
new file mode 100644
index 000000000..0999b4f1b
--- /dev/null
+++ b/tests/fixtures/static/encoded.html
@@ -0,0 +1,15 @@
+<!--
+ when modified, re-run:
+ gzip -k encoded.html
+-->
+<html>
+<head>
+<title>
+A Simple HTML Document
+</title>
+</head>
+<body>
+<p>This is a very simple HTML document</p>
+<p>It only has two paragraphs</p>
+</body>
+</html>