We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d634179 commit c0e4100Copy full SHA for c0e4100
tests/BencodeTest.php
@@ -40,7 +40,7 @@ public function testEmptyDict() {
40
*/
41
public function testInvalidDictionaryKey() {
42
$bencode = new Bencode();
43
- $bencode->decodeString('di1e5:value');
+ $bencode->decodeString('di1e5:valuee');
44
}
45
46
public function invalidIntegers() {
0 commit comments