Compare plain text AST nodes.

This commit is contained in:
Tom Alexander
2023-12-29 17:24:38 -05:00
parent 037caf369c
commit 777c756a7f
3 changed files with 125 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ to_wasm!(
original,
wasm_context,
{ WasmAstNode::PlainText(original) },
{ "TODO".into() },
{ "plain-text".into() },
{
Ok((
Vec::new(),