fix: handle empty block correctly

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-06-20 21:59:05 +02:00
parent 63ce959d4c
commit de99ffe83e
2 changed files with 7 additions and 11 deletions

View file

@ -159,13 +159,6 @@ class TestParseProcess:
start_line=1,
end_line=4,
children=[
Shard(
markers=[],
tags=[],
start_line=2,
end_line=2,
children=[],
),
Shard(
markers=["Marker1"],
tags=["Tag2"],