You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/05/17 09:51:43 UTC

[12/14] jena git commit: Merge commit 'refs/pull/144/head' of github.com:apache/jena

Merge commit 'refs/pull/144/head' of github.com:apache/jena

This closes #144.


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

Branch: refs/heads/master
Commit: 523f897d4ca39d3b06e69d8aef5c6c990cedbb89
Parents: ca2c9f5 b692244
Author: Andy Seaborne <an...@apache.org>
Authored: Tue May 17 10:19:19 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue May 17 10:19:19 2016 +0100

----------------------------------------------------------------------
 .../jena/sparql/expr/nodevalue/XSDFuncOp.java   | 107 +++++++++++++++++--
 .../jena/sparql/function/StandardFunctions.java |   5 +-
 .../jena/sparql/function/library/FN_Round.java  |  36 ++++++-
 .../function/library/FN_Round_Half_Even.java    |  58 ++++++++++
 .../function/library/FN_StrNormalizeSpace.java  |  38 +++++++
 .../library/FN_StrNormalizeUnicode.java         |  57 ++++++++++
 .../apache/jena/sparql/expr/TestFunctions.java  |  77 ++++++++++++-
 7 files changed, 361 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/523f897d/jena-arq/src/test/java/org/apache/jena/sparql/expr/TestFunctions.java
----------------------------------------------------------------------