test/data/geohash.ics: Separate lat/lon with a semicolon
[pycalendar.git] / pycalendar / feed.py
index b9ae0c7d61b25afaec247a07be9d9965c4ab64da..64dc452aed0c74dd32adf1dda62f446d38a5ae31 100644 (file)
@@ -50,7 +50,7 @@ class Feed (_entry.Entry):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     END:VCALENDAR
 
@@ -77,7 +77,7 @@ class Feed (_entry.Entry):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     """
     def __init__(self, url, user_agent=None):