From fc99fda2c8442627849ebc6afa09e52a5d0f5cc8 Mon Sep 17 00:00:00 2001 From: Marceline Cramer Date: Thu, 30 Apr 2026 20:27:13 -0600 Subject: [PATCH] Include examples in AST test fixture --- crates/frontend/tests/ast.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/frontend/tests/ast.rs b/crates/frontend/tests/ast.rs index 193d8c2..bf8f80b 100644 --- a/crates/frontend/tests/ast.rs +++ b/crates/frontend/tests/ast.rs @@ -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<()> {