diff options
Diffstat (limited to 'tests/TrigTests/comment_following_localName.trig')
-rw-r--r-- | tests/TrigTests/comment_following_localName.trig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/TrigTests/comment_following_localName.trig b/tests/TrigTests/comment_following_localName.trig deleted file mode 100644 index 649a9a59..00000000 --- a/tests/TrigTests/comment_following_localName.trig +++ /dev/null @@ -1,8 +0,0 @@ -@prefix p: <http://a.example/> . -<http://a.example/s> <http://a.example/p> p:o#comment -. - -<http://example/graph> { - <http://a.example/s> <http://a.example/p> <http://a.example/o>#comment - . -} |