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 2015/07/14 14:47:43 UTC

jena git commit: Triple pattern after path

Repository: jena
Updated Branches:
  refs/heads/master 84ad58d4a -> 843f54c48


Triple pattern after path


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

Branch: refs/heads/master
Commit: 843f54c48d3255a97127298ad97691ca0fcb5c64
Parents: 84ad58d
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jul 14 13:47:35 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jul 14 13:47:35 2015 +0100

----------------------------------------------------------------------
 jena-arq/testing/ARQ/Serialization/syntax-path-04.rq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/843f54c4/jena-arq/testing/ARQ/Serialization/syntax-path-04.rq
----------------------------------------------------------------------
diff --git a/jena-arq/testing/ARQ/Serialization/syntax-path-04.rq b/jena-arq/testing/ARQ/Serialization/syntax-path-04.rq
index b094699..38ab8aa 100644
--- a/jena-arq/testing/ARQ/Serialization/syntax-path-04.rq
+++ b/jena-arq/testing/ARQ/Serialization/syntax-path-04.rq
@@ -1,6 +1,6 @@
 PREFIX : <http://example/>
 
 SELECT * {
-  ?s ?p ?o .
   :s :p* ?x .
+  ?s ?p ?o .
 }