Include examples in AST test fixture

This commit is contained in:
2026-04-30 20:27:13 -06:00
parent e5c203ce24
commit fc99fda2c8

View File

@@ -22,7 +22,8 @@ use kerolox_frontend::{editor::Editor, prelude::*, workspace::Workspace};
use salsa::DatabaseImpl as Db;
datatest_stable::harness! {
{ test = test_ast, root = "fixtures/ast/" }
{ test = test_ast, root = "fixtures/ast/" },
{ test = test_ast, root = "../../examples/" },
}
fn test_ast(path: &Path) -> datatest_stable::Result<()> {