Skip to content

Commit

Permalink
Fixes agg-groupconcat-5.srx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt authored and gkellogg committed Feb 22, 2024
1 parent 2e94cd3 commit 7274756
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sparql/sparql11/aggregates/agg-groupconcat-5.srx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PREFIX : <http://www.example.org/>
ASK {
{SELECT (GROUP_CONCAT(?o) AS ?g) WHERE {
VALUES ?o { "1"@en "2"@fr }
}}
FILTER(?g = "1 2" || ?g = "2 1")
}
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
<head/>
<boolean>true</boolean>
</sparql>

0 comments on commit 7274756

Please sign in to comment.