Add diff tests
This commit is contained in:
parent
0c6d36041c
commit
5bb420e162
7 changed files with 233 additions and 0 deletions
20
backend/reconcile/tests/examples/multiline.yml
Normal file
20
backend/reconcile/tests/examples/multiline.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
parent: Hello!
|
||||
left: |
|
||||
Hello there!
|
||||
|
||||
How are you?
|
||||
|
||||
right: |
|
||||
Hello there!
|
||||
|
||||
|
||||
Best,
|
||||
Andras
|
||||
|
||||
expected: |
|
||||
Hello there!
|
||||
|
||||
How are you?
|
||||
|
||||
Best,
|
||||
Andras
|
||||
Loading…
Add table
Add a link
Reference in a new issue