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-12.ttl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/good/test-12.ttl (limited to 'tests/good/test-12.ttl') diff --git a/tests/good/test-12.ttl b/tests/good/test-12.ttl new file mode 100644 index 00000000..1fed9f5e --- /dev/null +++ b/tests/good/test-12.ttl @@ -0,0 +1,9 @@ +# Tests for rdf:_ and other qnames starting with _ +@prefix rdf: . +@prefix ex: . +@prefix : . + +ex:foo rdf:_1 "1" . +ex:foo rdf:_2 "2" . +ex:foo :_abc "def" . +ex:foo :_345 "678" . -- cgit v1.2.1