diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-11-01 09:33:29 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-11-01 09:33:29 +0100 |
commit | 9be286a9004ae60f8ea48bb0c8871d70223f082b (patch) | |
tree | d80ba5898cf3fc0c1f2a610acafd339681784e62 /test | |
parent | 6f05367325e7d773ca7199948fd5b49409f6d78d (diff) | |
download | pleroma-9be286a9004ae60f8ea48bb0c8871d70223f082b.tar.gz pleroma-9be286a9004ae60f8ea48bb0c8871d70223f082b.zip |
Handle empty terms / tags.
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/ostatus_incoming_post_tag.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/ostatus_incoming_post_tag.xml b/test/fixtures/ostatus_incoming_post_tag.xml index 5febb80d1..0f99c4126 100644 --- a/test/fixtures/ostatus_incoming_post_tag.xml +++ b/test/fixtures/ostatus_incoming_post_tag.xml @@ -43,6 +43,7 @@ <title>New note by lambadalambda</title> <content type="html">Will it blend?</content> <category term="Nsfw"/> + <category term=""/> <link rel="alternate" type="text/html" href="https://social.heldscal.la/notice/1967725"/> <status_net notice_id="1967725"></status_net> <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb> |