Merge branch 'ANY23-312'

- Fixed yaml parser
- add more unit tests


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f8e45798
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f8e45798
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f8e45798

Branch: refs/heads/master
Commit: f8e457985d5c4c0548158d0e41651741641ac1ab
Parents: 7818518 5d33154
Author: Jacek Grzebyta <[email protected]>
Authored: Thu Dec 7 12:24:26 2017 +0000
Committer: Jacek Grzebyta <[email protected]>
Committed: Thu Dec 7 12:24:26 2017 +0000

----------------------------------------------------------------------
 .../any23/extractor/yaml/ElementsProcessor.java | 205 +++++++++++++++++++
 .../any23/extractor/yaml/YAMLExtractor.java     | 158 +++-----------
 .../extractor/yaml/YAMLProcessorException.java  |  65 ++++++
 .../java/org/apache/any23/rdf/RDFUtils.java     |  26 ++-
 .../extractor/yaml/ElementsProcessorTest.java   | 106 ++++++++++
 .../any23/extractor/yaml/YAMLExtractorTest.java | 100 ++++++++-
 .../extractor/yaml/YAMLTikaParserTest.java      |  13 +-
 .../apache/any23/extractor/yaml/simple-312.yml  |   4 +
 .../apache/any23/extractor/yaml/test-null.yml   |   2 +-
 .../org/apache/any23/extractor/yaml/tree2.yml   |  27 +++
 10 files changed, 556 insertions(+), 150 deletions(-)
----------------------------------------------------------------------


Reply via email to