--- source: tests/topic.rs expression: topic --- Topic { author: Name( "User", ), comment_total: 15, content: Text( "

Topic Text

", ), id: "123", is_locked: true, is_official: false, tags: [ "one", "two", "three", ], vote_count: 5, }