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

Fix issue where PropertiesModel start offset is -1 #51

Closed
xorye opened this issue Aug 23, 2019 · 0 comments · Fixed by #106
Closed

Fix issue where PropertiesModel start offset is -1 #51

xorye opened this issue Aug 23, 2019 · 0 comments · Fixed by #106
Assignees
Labels
bug Something isn't working
Milestone

Comments

@xorye
Copy link

xorye commented Aug 23, 2019

After calling PropertiesModel model = PropertiesModel.parse(text, "application.properties");,
model.start is always -1.

image

start should be 0 instead.

@angelozerr angelozerr added this to the v0.0.2 milestone Oct 8, 2019
@angelozerr angelozerr added the bug Something isn't working label Oct 8, 2019
@xorye xorye changed the title PropertiesModel start offset is -1 Fix issue where PropertiesModel start offset is -1 Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants