vault-link/backend/reconcile/tests/examples/multiline.yml
2025-04-05 09:45:44 +01:00

20 lines
160 B
YAML

parent: Hello!
left: |
Hello there!
How are you?
right: |
Hello there!
Best,
Andras
expected: |
Hello there!
How are you?
Best,
Andras