Move & add tests
This commit is contained in:
parent
2b78f0c76f
commit
a1b3b61c43
21 changed files with 233 additions and 303 deletions
11
backend/reconcile/tests/examples/utf-8.yml
Normal file
11
backend/reconcile/tests/examples/utf-8.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
parent: Meeting at 2pm in 会议室
|
||||
left: Meeting at |3pm in 会议室
|
||||
right: Team meeting at 2pm in conference room|
|
||||
expected: Team meeting at |3pm in conference room|
|
||||
|
||||
---
|
||||
|
||||
parent: " "
|
||||
left: "it’|s utf-8!"
|
||||
right: " "
|
||||
expected: "it’|s utf-8!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue