summaryrefslogtreecommitdiffstats
path: root/tests/move_port.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/move_port.ttl')
-rw-r--r--tests/move_port.ttl16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/move_port.ttl b/tests/move_port.ttl
new file mode 100644
index 00000000..b6c9ab83
--- /dev/null
+++ b/tests/move_port.ttl
@@ -0,0 +1,16 @@
+@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:Put ;
+ patch:subject <path:/in> ;
+ patch:body [
+ a lv2:InputPort ,
+ lv2:AudioPort
+ ] .
+
+<msg1>
+ a patch:Move ;
+ patch:subject <path:/in> ;
+ patch:destination <path:/input> .