tildes-parser/tests/snapshots/topic__link.snap

25 lines
404 B
Plaintext
Raw Permalink Normal View History

2023-06-21 10:03:18 +00:00
---
source: tests/topic.rs
expression: topic
---
Topic {
author: Name(
"AnotherUser",
),
comment_total: 30,
content: Link(
"https://tildes.net/~test",
),
2023-06-22 10:55:35 +00:00
group: "~group",
2023-06-21 10:03:18 +00:00
id: "456",
is_locked: false,
is_official: false,
2023-06-23 09:00:02 +00:00
posted_date: 2021-12-16T17:26:03+00:00,
2023-06-21 10:03:18 +00:00
tags: [
"four",
"five",
"six",
],
vote_count: 10,
}