From bdab0569de2a567fb76fa66f75cf7c19afe80bff Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 Mar 2012 22:43:45 +0100 Subject: [PATCH] whitespace police --- src/icalendar/tests/test_encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icalendar/tests/test_encoding.py b/src/icalendar/tests/test_encoding.py index 5df61ee..213aeef 100644 --- a/src/icalendar/tests/test_encoding.py +++ b/src/icalendar/tests/test_encoding.py @@ -12,7 +12,7 @@ class TestEncoding(unittest.TestCase): self.assertEqual(cal['prodid'].to_ical(), "-//Plönë.org//NONSGML plone.app.event//EN") self.assertEqual(cal['X-WR-CALDESC'].to_ical(), "test non ascii: äöü ÄÖÜ €") - + event = cal.walk('VEVENT')[0] self.assertEqual(event['SUMMARY'].to_ical(), 'Non-ASCII Test: ÄÖÜ äöü €') self.assertEqual(event['DESCRIPTION'].to_ical(), 'icalendar should be able to handle non-ascii: €äüöÄÜÖ.')