From f0b22f553b9ef944e6ff13fa8e34e9e6b81c8fa6 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sat, 17 Nov 2018 15:57:40 +0100 Subject: tests: Add test for coalesce behavior with URNs --- tests/libtracker-data/functions/functions-coalesce-1.rq | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/libtracker-data/functions/functions-coalesce-1.rq (limited to 'tests/libtracker-data/functions/functions-coalesce-1.rq') 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 -- cgit v1.2.1