From b63a173b3624bff8a38eacd088aa3dfce3fc4e33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Dec 2013 00:31:27 +0000 Subject: Add test cases. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5211 a436a847-0d15-0410-975c-d299462d15a1 --- tests/move_root_port.ttl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/move_root_port.ttl (limited to 'tests/move_root_port.ttl') diff --git a/tests/move_root_port.ttl b/tests/move_root_port.ttl new file mode 100644 index 00000000..b9e6bd86 --- /dev/null +++ b/tests/move_root_port.ttl @@ -0,0 +1,20 @@ +@prefix lv2: . +@prefix patch: . +@prefix ingen: . + + + a patch:Put ; + patch:subject ; + patch:body [ + a lv2:InputPort , + lv2:AudioPort + ] . + + + a patch:Move ; + patch:subject ; + patch:destination . + + + a patch:Delete ; + patch:subject . -- cgit v1.2.1