Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mojangson.parseCompound not throwing error with invalid syntax #1055

Open
clabe45 opened this issue Sep 18, 2019 · 0 comments
Open

Mojangson.parseCompound not throwing error with invalid syntax #1055

clabe45 opened this issue Sep 18, 2019 · 0 comments

Comments

@clabe45
Copy link
Contributor

clabe45 commented Sep 18, 2019

Title: Mojangson.parseCompound not throwing error with invalid syntax

Glowstone build: (commit) 760bff1c4f4fc19ea8507d69924bb7cacb6a9d80

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.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant