Compare value for export block.

This commit is contained in:
Tom Alexander
2023-10-05 02:06:26 -04:00
parent 386ad5091d
commit 1da521b08a
8 changed files with 38 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ pub struct ExportBlock<'s> {
pub source: &'s str,
pub name: Option<&'s str>,
pub data: Option<&'s str>,
pub contents: &'s str,
pub contents: String,
}
#[derive(Debug)]