aboutsummaryrefslogtreecommitdiffstats
path: root/test/good
diff options
context:
space:
mode:
Diffstat (limited to 'test/good')
-rw-r--r--test/good/qualify-in.ttl3
-rw-r--r--test/good/qualify-out.ttl5
2 files changed, 0 insertions, 8 deletions
diff --git a/test/good/qualify-in.ttl b/test/good/qualify-in.ttl
deleted file mode 100644
index d938b7bd..00000000
--- a/test/good/qualify-in.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-<http://example.org/s> <http://example.org/p> <http://example.org/o> .
diff --git a/test/good/qualify-out.ttl b/test/good/qualify-out.ttl
deleted file mode 100644
index 97f67a53..00000000
--- a/test/good/qualify-out.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-eg:s
- eg:p eg:o .
-