-
Notifications
You must be signed in to change notification settings - Fork 147
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
null/~/NULL/Null parsed as strings, not nil #157
Comments
PS: For reference, this passes:
|
norio-nomura
added a commit
that referenced
this issue
Jan 29, 2019
Thanks for reporting! This is a bug in |
side note: |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm probably just holding it wrong but when I try to decode yml values with nil values - which I believe are represented as
null | ~ | NULL | Null
in yml - I get the correspondingString
s back and not nil:This is with swift-4.2.1 and Yams
I see references to all these
null
tags inYams/Tests/YamsTests/ResolverTests.swift
Line 16 in c64a5f2
The text was updated successfully, but these errors were encountered: