mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
StupidJsonDecodeTest: add failing test case for #3113
This commit is contained in:
parent
a19143cae7
commit
d724374d1a
@ -34,7 +34,8 @@ class StupidJsonDecodeTest extends TestCase{
|
|||||||
["false", false],
|
["false", false],
|
||||||
["NULL", null],
|
["NULL", null],
|
||||||
['["\",,\"word","a\",,\"word2",]', ['",,"word', 'a",,"word2', '']],
|
['["\",,\"word","a\",,\"word2",]', ['",,"word', 'a",,"word2', '']],
|
||||||
['["\",,\"word","a\",,\"word2",""]', ['",,"word', 'a",,"word2', '']]
|
['["\",,\"word","a\",,\"word2",""]', ['",,"word', 'a",,"word2', '']],
|
||||||
|
['["Hello,, PocketMine"]', ['Hello,, PocketMine']]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user