summaryrefslogtreecommitdiffstats
path: root/tests/save_graph.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/save_graph.ttl')
-rw-r--r--tests/save_graph.ttl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/save_graph.ttl b/tests/save_graph.ttl
new file mode 100644
index 00000000..5f472d80
--- /dev/null
+++ b/tests/save_graph.ttl
@@ -0,0 +1,8 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+
+<msg0>
+ a patch:Copy ;
+ patch:subject <ingen:/main/> ;
+ patch:destination <file:///tmp/savetest.ingen/> .