aboutsummaryrefslogtreecommitdiffstats
path: root/test/good
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-29 19:59:47 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commitdd777c54b7585823be1f977e9dd887a5110a74f3 (patch)
tree0af28e331aba4e1d15719519ac9834a0b59817b7 /test/good
parent978467d01da0c487348e2a0118c1aed196070230 (diff)
downloadserd-dd777c54b7585823be1f977e9dd887a5110a74f3.tar.gz
serd-dd777c54b7585823be1f977e9dd887a5110a74f3.tar.bz2
serd-dd777c54b7585823be1f977e9dd887a5110a74f3.zip
Test URI and blank node manipulation features separately
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 .
-