Page MenuHomePhabricator

SlashRTest.php
No OneTemporary

SlashRTest.php

<?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\ndef");
$this->assertEquals("TEST:abc\\ndef\r\n", $prop->serialize());
}
}

File Metadata

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)

Event Timeline