From 05f3e795bebbf51c1a5a859cd015d5dbd74c21f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Jan 2011 07:24:09 +0000 Subject: Initial import. git-svn-id: http://svn.drobilla.net/serd/trunk@2 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/test-25.ttl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/test-25.ttl (limited to 'tests/test-25.ttl') diff --git a/tests/test-25.ttl b/tests/test-25.ttl new file mode 100644 index 00000000..310349da --- /dev/null +++ b/tests/test-25.ttl @@ -0,0 +1,14 @@ +# comment test +@prefix : . +:a :b :c . # end of line comment +:d # ignore me + :e # and me + :f # and me + . +:g :h #ignore me + :i, # and me + :j . # and me + +:k :l :m ; #ignore me + :n :o ; # and me + :p :q . # and me -- cgit v1.2.1