You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mojangson.parseCompound doesn't throw a MojangsonParseException with input "{sfasdjflsdfva;rsjtewlq". In singleplayer 1.12, I get the following error when I try to use that as mojangson, so it isn't valid:
Data tag parsing failed: Expected ':' but got ';' at: {sfasdjflsdfva;<--[HERE]
Similarly, the following calls to parseCompound return the following values:
Input
Output
{
{}
{"
{}
{{}
{}
&
(error)
It looks like, as long as it begins with a {, no error will be thrown, regardless of the rest of the input.
Title: Mojangson.parseCompound not throwing error with invalid syntax
Glowstone build: (commit)
760bff1c4f4fc19ea8507d69924bb7cacb6a9d80
Mojangson.parseCompound
doesn't throw aMojangsonParseException
with input"{sfasdjflsdfva;rsjtewlq"
. In singleplayer 1.12, I get the following error when I try to use that as mojangson, so it isn't valid:Similarly, the following calls to
parseCompound
return the following values:{
{"
{{}
&
It looks like, as long as it begins with a
{
, no error will be thrown, regardless of the rest of the input.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: