From a783bdaec14a24f5b785c2f98214df02f8dd74f7 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 8 Apr 2013 22:54:30 +0200 Subject: [PATCH] StringProperty unittest --- tests/lib/vobject.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/lib/vobject.php 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 -- 2.39.5