Files
lix/tests/functional/lang/parse-okay-crlf.exp
T
piegames d0361e9467 libexpr: Unify literal expressions as ExprLiteral
Change-Id: Ifc0f1e27b46803fa2175801ed7d3d108896c8259
2025-01-27 20:49:25 +01:00

19 lines
296 B
Plaintext

_type: ExprSet
attrs:
foo:
_type: ExprLiteral
value: "multi\nline\n string\n test\r"
valueType: String
x:
_type: ExprVar
value: y
y:
_type: ExprLiteral
value: 123
valueType: Int
z:
_type: ExprLiteral
value: 456
valueType: Int
recursive: true