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.
---