tildes-parser/tests/snapshots/topic__text.snap

25 lines
388 B
Plaintext
Raw Normal View History

2023-06-21 10:03:18 +00:00
---
source: tests/topic.rs
expression: topic
---
Topic {
author: Name(
"User",
),
comment_total: 15,
content: Text(
"<p>Topic Text</p>",
),
2023-06-22 10:55:35 +00:00
group: "~group",
2023-06-21 10:03:18 +00:00
id: "123",
is_locked: true,
is_official: false,
2023-06-23 09:00:02 +00:00
posted_date: 2022-12-16T17:26:03+00:00,
2023-06-21 10:03:18 +00:00
tags: [
"one",
"two",
"three",
],
vote_count: 5,
}