[ 
https://issues.apache.org/jira/browse/ANY23-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304766#comment-16304766
 ] 

ASF GitHub Bot commented on ANY23-316:
--------------------------------------

Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/any23/pull/51#discussion_r158862497
  
    --- Diff: 
core/src/test/java/org/apache/any23/extractor/yaml/YAMLExtractorTest.java ---
    @@ -125,7 +121,7 @@ public void treeTest() throws Exception {
                 RDFUtils.triple(RDFUtils.bnode(), RDFUtils.iri(ns, "value3"), 
RDFUtils.bnode("10")),
                 RDFUtils.triple(RDFUtils.bnode("10"), RDF.FIRST, 
RDFUtils.bnode("11")),
                 RDFUtils.triple(RDFUtils.bnode("11"), RDFUtils.iri(ns, 
"key3.1"), RDFUtils.bnode("12")),
    -            RDFUtils.triple(RDFUtils.bnode("12"), RDF.TYPE, RDF.LIST),
    +            // RDFUtils.triple(RDFUtils.bnode("12"), RDF.TYPE, RDF.LIST),
    --- End diff --
    
    @jgrzebyta I would just remove this code.


> Yaml parser does not halndle intentional null value
> ---------------------------------------------------
>
>                 Key: ANY23-316
>                 URL: https://issues.apache.org/jira/browse/ANY23-316
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>            Reporter: Jacek Grzebyta
>            Priority: Minor
>
> I found yaml parser does not handle `null` value.
> This issue was found for null values within a list.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to