tests/data: replace & with %AMP

For XML-compliance.

Closes #19923
This commit is contained in:
Viktor Szakats 2025-12-10 22:42:35 +01:00
parent 8db0e286b3
commit 73b732e3e8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
23 changed files with 48 additions and 71 deletions

View file

@ -3,7 +3,6 @@
<keywords>
CURLOPT_CURLU
CURLINFO_EFFECTIVE_URL
notxml
</keywords>
</info>
@ -43,7 +42,7 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
<stdout>
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo&bar
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo%AMPbar
</stdout>
<protocol crlf="headers">
GET /%TESTNUMBER HTTP/1.1
@ -54,7 +53,7 @@ GET /%TESTNUMBER?foo HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /%TESTNUMBER?foo&bar HTTP/1.1
GET /%TESTNUMBER?foo%AMPbar HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*