diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-15 20:18:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-15 20:18:16 -0600 |
| commit | c6340737a4826d4073f0cfa7951dccf42d0cbfcf (patch) | |
| tree | e5605243e0b52f6444c9f97771ddc89e96c9572b /tests/fixtures | |
| parent | 948b692469cdcaeb38f37982f0810954c545b920 (diff) | |
| parent | f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208 (diff) | |
| download | pyramid-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')
| -rw-r--r-- | tests/fixtures/static/encoded.html | 15 | ||||
| -rw-r--r-- | tests/fixtures/static/encoded.html.gz | bin | 0 -> 187 bytes |
2 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> diff --git a/tests/fixtures/static/encoded.html.gz b/tests/fixtures/static/encoded.html.gz Binary files differnew file mode 100644 index 000000000..afcc25768 --- /dev/null +++ b/tests/fixtures/static/encoded.html.gz |
