Format tests
This commit is contained in:
parent
a839ff8fc5
commit
f747634aac
7 changed files with 12 additions and 30 deletions
|
|
@ -5,7 +5,6 @@ right: "hi there my friend "
|
|||
expected: "hi there my friend "
|
||||
|
||||
---
|
||||
|
||||
# The prefix of the 2nd appears on the 1st so it shouldn't get duplicatelicated
|
||||
parent: "hi "
|
||||
left: "hi there you "
|
||||
|
|
@ -13,14 +12,12 @@ right: "hi there my friend "
|
|||
expected: "hi there my friend you "
|
||||
|
||||
---
|
||||
|
||||
parent: a
|
||||
left: a b c
|
||||
right: a b c d
|
||||
expected: a b c d
|
||||
|
||||
---
|
||||
|
||||
parent: a
|
||||
left: abc
|
||||
right: abcd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue