From 9d5f0f2d23b40470c557c50257ca792e6cd1595c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 10 Jan 2020 19:29:09 +0000 Subject: Remove std/multipart (#3647) since it overlaps with std/mime/multipart --- std/mime/testdata/sample.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 std/mime/testdata/sample.txt (limited to 'std/mime/testdata') diff --git a/std/mime/testdata/sample.txt b/std/mime/testdata/sample.txt new file mode 100644 index 000000000..97e9bf553 --- /dev/null +++ b/std/mime/testdata/sample.txt @@ -0,0 +1,27 @@ +----------------------------434049563556637648550474 +content-disposition: form-data; name="foo" +content-type: application/octet-stream + +foo +----------------------------434049563556637648550474 +content-disposition: form-data; name="bar" +content-type: application/octet-stream + +bar +----------------------------434049563556637648550474 +content-disposition: form-data; name="file"; filename="tsconfig.json" +content-type: application/octet-stream + +{ + "compilerOptions": { + "target": "es2018", + "baseUrl": ".", + "paths": { + "deno": ["./deno.d.ts"], + "https://*": ["../../.deno/deps/https/*"], + "http://*": ["../../.deno/deps/http/*"] + } + } +} + +----------------------------434049563556637648550474-- -- cgit v1.2.3