Skip to content

Commit 8a40e65

Browse files
committed
test: no terminating newlines should not be an obstacle for parsing
1 parent 6c5d330 commit 8a40e65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/unstructured.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,9 @@
118118
{
119119
"header": "Les Communs - =?utf-8?Q?R=C3=A9capitulatif?= de la\r\n =?utf-8?Q?r=C3=A9servation?= 13510164434879\r\n",
120120
"expected": "Les Communs - Récapitulatif de la réservation 13510164434879"
121+
},
122+
{
123+
"header": "=?utf-8?Q?Peri=C3=B1an?= missing text",
124+
"expected": "Periñan missing text"
121125
}
122126
]

0 commit comments

Comments
 (0)