summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/functions/functions-coalesce-1.rq
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-11-17 15:57:40 +0100
committerCarlos Garnacho <carlosg@gnome.org>2018-11-17 16:28:53 +0100
commitf0b22f553b9ef944e6ff13fa8e34e9e6b81c8fa6 (patch)
treef19901a260cce33bc1f1d6bf76725343757fea74 /tests/libtracker-data/functions/functions-coalesce-1.rq
parent311f947c86df14d5d7b725b0105a9b3881e90b66 (diff)
downloadtracker-f0b22f553b9ef944e6ff13fa8e34e9e6b81c8fa6.tar.gz
tests: Add test for coalesce behavior with URNswip/carlosg/fix-tracker-search
Diffstat (limited to 'tests/libtracker-data/functions/functions-coalesce-1.rq')
-rw-r--r--tests/libtracker-data/functions/functions-coalesce-1.rq1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtracker-data/functions/functions-coalesce-1.rq b/tests/libtracker-data/functions/functions-coalesce-1.rq
new file mode 100644
index 000000000..9fbec1daa
--- /dev/null
+++ b/tests/libtracker-data/functions/functions-coalesce-1.rq
@@ -0,0 +1 @@
+SELECT COALESCE(xsd:string, "foo") COALESCE("foo", xsd:string) tracker:coalesce(xsd:string, "bar") tracker:coalesce("bar", xsd:string) {} \ No newline at end of file