U
    j                     @   s   d Z dd ZdS )znIssue #350 - Ignore X-... properties also at end of file?

https://github.com/collective/icalendar/issues/350
c                 C   s(   t | jd}t|dks$tdd S )Nz	X-COMMENT    z+X-COMMENT at the end of the file was parsed)listZ	issue_350walklenAssertionError)Z	calendarscalendar r   B/tmp/pip-unpacked-wheel-g40nyxg1/icalendar/tests/test_issue_350.pytest_issue_350   s    r	   N)__doc__r	   r   r   r   r   <module>   s   