mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Tweaked a few tests to test proper Turkish locale handling
This commit is contained in:
parent
bab5183820
commit
9391d980c3
@ -14,7 +14,7 @@ file
|
|||||||
two file:// URLs to stdout
|
two file:// URLs to stdout
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
file://localhost/%PWD/log/test202.txt file://localhost/%PWD/log/test202.txt
|
file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
|
||||||
</command>
|
</command>
|
||||||
<file name="log/test202.txt">
|
<file name="log/test202.txt">
|
||||||
contents in a single file
|
contents in a single file
|
||||||
|
@ -14,7 +14,7 @@ SFRUUC8xLjEgMjAwIE9LDQpEYXRlOiBNb24sIDI5IE5vdiAyMDA0IDIxOjU2OjUzIEdNVA0KU2Vy
|
|||||||
dmVyOiBBcGFjaGUvMS4zLjMxIChEZWJpYW4gR05VL0xpbnV4KSBtb2RfZ3ppcC8xLjMuMjYuMWEg
|
dmVyOiBBcGFjaGUvMS4zLjMxIChEZWJpYW4gR05VL0xpbnV4KSBtb2RfZ3ppcC8xLjMuMjYuMWEg
|
||||||
UEhQLzQuMy45LTEgbW9kX3NzbC8yLjguMjAgT3BlblNTTC8wLjkuN2QgbW9kX3BlcmwvMS4yOQ0K
|
UEhQLzQuMy45LTEgbW9kX3NzbC8yLjguMjAgT3BlblNTTC8wLjkuN2QgbW9kX3BlcmwvMS4yOQ0K
|
||||||
VmFyeTogQWNjZXB0LUVuY29kaW5nDQpDb250ZW50LVR5cGU6IHRleHQvaHRtbDsgY2hhcnNldD1J
|
VmFyeTogQWNjZXB0LUVuY29kaW5nDQpDb250ZW50LVR5cGU6IHRleHQvaHRtbDsgY2hhcnNldD1J
|
||||||
U08tODg1OS0xDQpDb250ZW50LUVuY29kaW5nOiBnemlwDQpDb250ZW50LUxlbmd0aDogNDQNCg0K
|
U08tODg1OS0xDQpDb250ZW50LUVuY29kaW5nOiBHWklQDQpDb250ZW50LUxlbmd0aDogNDQNCg0K
|
||||||
H4sICHmeq0EAA2xhbGFsYQDLycxLVTDkUsgB0UZcChCGMRcACgJxYBgAAAA=
|
H4sICHmeq0EAA2xhbGFsYQDLycxLVTDkUsgB0UZcChCGMRcACgJxYBgAAAA=
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Date: Mon, 29 Nov 2004 21:56:53 GMT
|
|||||||
Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
|
Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
|
||||||
Vary: Accept-Encoding
|
Vary: Accept-Encoding
|
||||||
Content-Type: text/html; charset=ISO-8859-1
|
Content-Type: text/html; charset=ISO-8859-1
|
||||||
Content-Encoding: gzip
|
Content-Encoding: GZIP
|
||||||
Content-Length: 44
|
Content-Length: 44
|
||||||
|
|
||||||
line 1
|
line 1
|
||||||
|
@ -17,7 +17,7 @@ Server: test-server/fake
|
|||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Funny-head: yesyes
|
Funny-head: yesyes
|
||||||
Set-Cookie: test=yes; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
|
Set-Cookie: test=yes; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
|
||||||
Set-Cookie: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
|
SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
|
||||||
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
|
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
|
||||||
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
|
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
|
||||||
Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
|
Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
|
||||||
|
Loading…
Reference in New Issue
Block a user