GitHub user jgrzebyta opened a pull request:
https://github.com/apache/any23/pull/51
Solved ANY23-316
Add handler for `null` values. Parser encodes all `null` values as RDF IRI
`http://yaml.org/spec/1.2/spec.html#Null`.
- create RDF value for null values: yaml:Null
- update null-aware unit test
- modify example for unit test: 'null' value is an item of a list
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jgrzebyta/any23 ANY23-316
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit b786e899b738886e240e12a84c2c291c75ecd694
Author: Jacek Grzebyta <grzebyta.dev@...>
Date: 2017-12-26T00:37:13Z
Solved ANY23-316
- create value for null values: yaml:Null
- update null-aware unit test
- modify example for unit test: 'null' value is an item of a list
Signed-off-by: Jacek Grzebyta <[email protected]>
----
---