fix: handle empty block correctly
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
63ce959d4c
commit
de99ffe83e
2 changed files with 7 additions and 11 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue