From 88c96ff1491d8c684800a3995027d6b15c5eec5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Feb 2013 23:04:29 +0000 Subject: Move old test suite to its own directory. git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/good/test-list-subject.nt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/good/test-list-subject.nt (limited to 'tests/good/test-list-subject.nt') diff --git a/tests/good/test-list-subject.nt b/tests/good/test-list-subject.nt new file mode 100644 index 00000000..ef87b0f2 --- /dev/null +++ b/tests/good/test-list-subject.nt @@ -0,0 +1,6 @@ + . +_:el1 "apple" . +_:el1 _:el2 . +_:el2 "banana" . +_:el2 . +_:el1 . -- cgit v1.2.1