Skip to content

Commit 8f4f035

Browse files
committed
:octocat: attempt on #14
1 parent 91b930c commit 8f4f035

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/issue-14.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ printf("Expected size: %d bytes, actual size: %d bytes.\n", $expected, $actual);
2020

2121
var_dump($expected === $actual);
2222

23+
var_dump(xzdecode(substr($compressedData, 0, -1)));
24+
2325
?>
2426
--EXPECTF--
2527
Expected size: 12360 bytes, actual size: 12360 bytes.
2628
bool(true)
29+
bool(false)

0 commit comments

Comments
 (0)