diff options
Diffstat (limited to 'std/mime/testdata')
| -rw-r--r-- | std/mime/testdata/sample.txt | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/std/mime/testdata/sample.txt b/std/mime/testdata/sample.txt index 97e9bf553..8c7a1c204 100644 --- a/std/mime/testdata/sample.txt +++ b/std/mime/testdata/sample.txt @@ -12,16 +12,24 @@ bar 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/*"] - } - } -} +{
+ "compilerOptions": {
+ "target": "es2018",
+ "baseUrl": ".",
+ "paths": {
+ "deno": ["./deno.d.ts"],
+ "https://*": ["../../.deno/deps/https/*"],
+ "http://*": ["../../.deno/deps/http/*"]
+ }
+ }
+}
+
+----------------------------434049563556637648550474
+content-disposition: form-data; name="file2"; filename="中文.json"
+content-type: application/octet-stream
+
+{
+ "test": "filename"
+}
----------------------------434049563556637648550474--
|
