More of the test structure.

This commit is contained in:
Tom Alexander
2023-12-27 11:10:40 -05:00
parent 3cb251ea6c
commit 4984ea4179
3 changed files with 82 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ mod underline;
mod verbatim;
mod verse_block;
pub use ast_node::WasmAstNode;
pub use document::WasmDocument;
pub use parse_result::wasm_parse_org;
pub use parse_result::ParseResult;