Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820501
SlashRTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
412 B
Subscribers
None
SlashRTest.php
View Options
<?php
namespace
Sabre\VObject
;
/**
* This issue was pointed out in Issue 55. \r should be stripped completely
* when encoding property values.
*/
class
SlashRTest
extends
\PHPUnit_Framework_TestCase
{
function
testEncode
()
{
$vcal
=
new
Component\VCalendar
();
$prop
=
$vcal
->
add
(
'test'
,
"abc
\r\n
def"
);
$this
->
assertEquals
(
"TEST:abc
\\
ndef
\r\n
"
,
$prop
->
serialize
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Dec 22, 4:18 AM (5 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915738
Default Alt Text
SlashRTest.php (412 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment