mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
- parse_file - parse_scheme - guess_scheme - handle_fragment - handle_query - handle_path Closes #20205
44 lines
396 B
XML
44 lines
396 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
urlapi
|
|
url
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<setenv>
|
|
LC_ALL=C.UTF-8
|
|
</setenv>
|
|
<features>
|
|
file
|
|
https
|
|
http
|
|
pop3
|
|
smtp
|
|
imap
|
|
ldap
|
|
dict
|
|
ftp
|
|
</features>
|
|
<name>
|
|
URL API
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
success
|
|
</stdout>
|
|
<limits>
|
|
Allocations: 3000
|
|
</limits>
|
|
</verify>
|
|
</testcase>
|