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

Error when parsing value with colon (:) #18

Open
rguiscard opened this issue Dec 28, 2022 · 0 comments
Open

Error when parsing value with colon (:) #18

rguiscard opened this issue Dec 28, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@rguiscard
Copy link

rguiscard commented Dec 28, 2022

When value has colon like this:

date: 2023-07-01 18:00

It will fail at src/parse.zig line 457.
It is due the the colon. It will work by removing the colon.

I also noticed that this will work:

date: 18:00

but not this:

date: x 18:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants