aboutsummaryrefslogtreecommitdiff
path: root/src/ast.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-18 01:58:50 +0000
committerFuwn <[email protected]>2022-05-18 01:58:50 +0000
commiteefb7681d3d78c04d927eaf069b600b0d5812efb (patch)
treefb08c84c36a5d10a7eb4a6204a332a2372640f69 /src/ast.rs
parentfix: global clippy lint fixes (diff)
downloadgerm-eefb7681d3d78c04d927eaf069b600b0d5812efb.tar.xz
germ-eefb7681d3d78c04d927eaf069b600b0d5812efb.zip
ci(tests): add ast tests
Diffstat (limited to 'src/ast.rs')
-rw-r--r--src/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.rs b/src/ast.rs
index 724b491..39935e4 100644
--- a/src/ast.rs
+++ b/src/ast.rs
@@ -28,7 +28,7 @@
/// - [Gemtext Documentation](https://gemini.circumlunar.space/docs/gemtext.gmi)
/// - [Gemtext Cheatsheet](https://gemini.circumlunar.space/docs/cheatsheet.gmi).
/// - [Gemini Specification](https://gemini.circumlunar.space/docs/specification.gmi).
-#[derive(Debug)]
+#[derive(Debug, PartialEq)]
pub enum Node {
/// A text line
///