feat: recursive builtins
This commit is contained in:
@@ -149,7 +149,7 @@ fn test_attrs() {
|
||||
);
|
||||
test_expr("{ a.b = 1; } ? a.b", boolean!(true));
|
||||
test_expr(
|
||||
"{ a.b = 1; } // { a.c = 2 }",
|
||||
"{ a.b = 1; } // { a.c = 2; }",
|
||||
attrs! { symbol!("a") => attrs!{ symbol!("c") => thunk!() } },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user