aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/test-list.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good/test-list.ttl')
-rw-r--r--test/extra/good/test-list.ttl5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/extra/good/test-list.ttl b/test/extra/good/test-list.ttl
index 7f4c7699..fd34adb4 100644
--- a/test/extra/good/test-list.ttl
+++ b/test/extra/good/test-list.ttl
@@ -1 +1,4 @@
-() a <http://example.org/List> . \ No newline at end of file
+@prefix eg: <http://example.org/eg#> .
+
+()
+ a eg:List .