Add a test showing we are not handling exports flags properly.

This commit is contained in:
Tom Alexander
2023-10-04 17:20:46 -04:00
parent a548c7e170
commit 1ab7d2f2d7
7 changed files with 22 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ pub struct VerseBlock<'s> {
#[derive(Debug)]
pub struct CommentBlock<'s> {
pub source: &'s str,
pub name: &'s str,
pub contents: &'s str,
}