Format tests

This commit is contained in:
Andras Schmelczer 2025-04-06 11:20:45 +01:00
commit f747634aac
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 12 additions and 30 deletions

View file

@ -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