Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt

Issue 2182213006: [Devtools] Fix multi-line curl copy response when multi-part-form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows curl with multi-line Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt b/third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt
deleted file mode 100644
index e5c1bb49417d82befd0619e112f269bcf5ca3ad0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Tests curl command generation
-
-curl "http://example.org/path" --compressed
-curl "http://example.org/path" --data-binary "123" --compressed
-curl "http://example.org/path" -H "Content-Type: application/x-www-form-urlencoded" --data "1&b" --compressed
-curl "http://example.org/path" -H "Content-Type: application/json" --data-binary "{""a"":1}" --compressed
-curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "1234"^
-"00'""!" --compressed
-curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "1234"^
-"00'""!" --compressed
-curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "€ÿ ܀" --compressed
-curl "http://labs.ft.com/?querystring=\[\]\{\}" --compressed
-curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary ""%"PATH"%"$PATH" --compressed
-curl "http://example.org/path" --compressed
-

Powered by Google App Engine
This is Rietveld 408576698