jinja: correct member access rule (#18905)

This commit is contained in:
Xuan-Son Nguyen
2026-01-18 00:48:55 +01:00
committed by GitHub
parent d1b4757ded
commit f55b033ae6
5 changed files with 37 additions and 2 deletions
+1
View File
@@ -286,6 +286,7 @@ using value_array = std::shared_ptr<value_array_t>;
struct value_object_t : public value_t {
bool has_builtins = true; // context and loop objects do not have builtins
value_object_t() = default;
value_object_t(value & v) {
val_obj = v->val_obj;