mirror of
https://github.com/curl/curl.git
synced 2026-05-22 18:16:20 +03:00
30 lines
359 B
XML
30 lines
359 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
urlapi
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
|
|
<name>
|
|
Set a URL without scheme, then redirect with default scheme
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
|
|
<command>
|
|
-
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout mode="text">
|
|
URL: https://example.com/newpath
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|