Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Test edge cases involving ++ and +- #89

Closed
dtolnay opened this issue Jan 21, 2018 · 0 comments · Fixed by #268
Closed

Test edge cases involving ++ and +- #89

dtolnay opened this issue Jan 21, 2018 · 0 comments · Fixed by #268

Comments

@dtolnay
Copy link
Owner

dtolnay commented Jan 21, 2018

I noticed in #88 that some of our handling of ++ and +- prefixes may not be correct. Let's add tests and fix any incorrect behavior. Other yaml parsers I tried treat all of the following as strings but we treat them as numbers.

a: ++.inf
b: ++1
c: +-1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant