From: Ferenc Kovacs Date: Mon, 26 Sep 2011 23:28:24 +0000 (+0000) Subject: fix #49599, the eol-style is important here, as this is a regression test for #36459 X-Git-Tag: php-5.3.9RC1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f1ae9673bb2edd99a0ae78f49338cff0c7643c;p=php fix #49599, the eol-style is important here, as this is a regression test for #36459 --- diff --git a/ext/session/tests/bug36459.phpt b/ext/session/tests/bug36459.phpt index c1b6456174..66a4ac1cbc 100644 --- a/ext/session/tests/bug36459.phpt +++ b/ext/session/tests/bug36459.phpt @@ -1,42 +1,42 @@ ---TEST-- -Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) ---SKIPIF-- - ---INI-- -session.use_trans_sid=1 -session.use_cookies=0 -session.use_only_cookies=0 -session.name=sid ---FILE-- - - - - Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n - - -

See source html code

- incorrect link
-
- correct link - - ---EXPECTF-- - - - Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n - - -

See source html code

- incorrect link
-
- correct link - - +--TEST-- +Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) +--SKIPIF-- + +--INI-- +session.use_trans_sid=1 +session.use_cookies=0 +session.use_only_cookies=0 +session.name=sid +--FILE-- + + + + Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n + + +

See source html code

+ incorrect link
+
+ correct link + + +--EXPECTF-- + + + Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n + + +

See source html code

+ incorrect link
+
+ correct link + +