From: Thomas Tanghus Date: Mon, 8 Apr 2013 20:54:30 +0000 (+0200) Subject: StringProperty unittest X-Git-Tag: v6.0.0alpha2~947^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a783bdaec14a24f5b785c2f98214df02f8dd74f7;p=nextcloud-server.git StringProperty unittest --- diff --git a/tests/lib/vobject.php b/tests/lib/vobject.php new file mode 100644 index 00000000000..1103a4b3297 --- /dev/null +++ b/tests/lib/vobject.php @@ -0,0 +1,19 @@ +assertEquals("SUMMARY:Escape\;this\,please\r\n", $property->serialize()); + } +} \ No newline at end of file