aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-syntax-ln-colons.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-syntax-ln-colons.trig')
-rw-r--r--tests/TriGTests/trig-syntax-ln-colons.trig8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/TriGTests/trig-syntax-ln-colons.trig b/tests/TriGTests/trig-syntax-ln-colons.trig
deleted file mode 100644
index d0fd5d45..00000000
--- a/tests/TriGTests/trig-syntax-ln-colons.trig
+++ /dev/null
@@ -1,8 +0,0 @@
-@prefix : <http://example/> .
-{
-:s:1 :p:1 :o:1 .
-:s::2 :p::2 :o::2 .
-:3:s :3:p :3 .
-::s ::p ::o .
-::s: ::p: ::o: .
-}