Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2019-09-18 13:30:58 +01:00
3 changed files with 5 additions and 17 deletions

View File

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