Files
lix/tests/functional2/lang/attrs-dynamic-rec/parse-okay-warn.out.exp
T
piegames ef2fd27467 deprecated-features/rec-set-dynamic-attrs: Downgrade to warning for now
Looks like too much stuff is breaking on this, so let's make it only a
warning for now to ease transition

Change-Id: I52d50ceb1fe1fbe9f4e28d0aabf3537f7e4d52d1
2026-02-11 12:24:35 +01:00

19 lines
285 B
Plaintext

_type: ExprSet
attrs:
foo:
_type: ExprVar
value: yep
yep:
_type: ExprLiteral
value: bar
valueType: String
dynamicAttrs:
- name:
_type: ExprVar
value: foo
value:
_type: ExprLiteral
value: awa
valueType: String
recursive: true