Skip to content

Commit d7f2650

Browse files
committed
Added test
1 parent d628a36 commit d7f2650

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Test.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ public function getDecodeInvalidTests()
482482
'li111',
483483
new DecodingException('Premature end of data', 4)
484484
],
485+
[
486+
'd4:path',
487+
new DecodingException('Premature end of data', 6)
488+
],
485489
];
486490
}
487491

0 commit comments

Comments
 (0)