From 23e8e433c90c54f5cd08fe43ee6c11e3d1817b51 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 21 Nov 2022 12:28:25 +0100 Subject: tests: Make FILTER expression tests use absolute IRIs Do not rely on our loose interpretation of IRIs to make tests work. --- tests/core/expr-ops/data.ttl | 6 +++--- tests/core/expr-ops/query-res-1.out | 2 +- tests/core/expr-ops/query-res-1.rq | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/core/expr-ops/data.ttl b/tests/core/expr-ops/data.ttl index b4e082dbe..ef063a957 100644 --- a/tests/core/expr-ops/data.ttl +++ b/tests/core/expr-ops/data.ttl @@ -11,7 +11,7 @@ :x3 :p "3"^^xsd:integer . :x4 :p "4"^^xsd:integer . - a :B . - a :B . - a :B . + a :B . + a :B . + a :B . diff --git a/tests/core/expr-ops/query-res-1.out b/tests/core/expr-ops/query-res-1.out index cdf158597..0c8479943 100644 --- a/tests/core/expr-ops/query-res-1.out +++ b/tests/core/expr-ops/query-res-1.out @@ -1 +1 @@ -"c" +"http://example.org/c" diff --git a/tests/core/expr-ops/query-res-1.rq b/tests/core/expr-ops/query-res-1.rq index 8456b7e9e..ae94e55b4 100755 --- a/tests/core/expr-ops/query-res-1.rq +++ b/tests/core/expr-ops/query-res-1.rq @@ -1,5 +1,5 @@ PREFIX : SELECT ?s WHERE { ?s a :B . - FILTER((!(?s = || ?s = || ?s = ))) . + FILTER((!(?s = || ?s = || ?s = ))) . } -- cgit v1.2.1