Merge remote-tracking branch 'origin/stable'

This commit is contained in:
Dylan K. Taylor
2019-10-01 14:41:54 +01:00
4 changed files with 30 additions and 12 deletions

View File

@ -41,7 +41,9 @@ class StupidJsonDecodeTest extends TestCase{
["NULL", null],
['["\",,\"word","a\",,\"word2",]', ['",,"word', 'a",,"word2', '']],
['["\",,\"word","a\",,\"word2",""]', ['",,"word', 'a",,"word2', '']],
['["Hello,, PocketMine"]', ['Hello,, PocketMine']]
['["Hello,, PocketMine"]', ['Hello,, PocketMine']],
['[,]', ['', '']],
['[]', []]
];
}