()
| 145 | |
| 146 | |
| 147 | def test_hash_item(): |
| 148 | a = EVENT_TEMPLATE.format(r=1, uid=1) |
| 149 | b = '\n'.join(line for line in a.splitlines() |
| 150 | if 'PRODID' not in line) |
| 151 | assert vobject.hash_item(a) == vobject.hash_item(b) |
| 152 | |
| 153 | |
| 154 | def test_multiline_uid(benchmark): |