diff options
Diffstat (limited to 'test/NTriplesTests/comment_following_triple.nt')
-rw-r--r-- | test/NTriplesTests/comment_following_triple.nt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/NTriplesTests/comment_following_triple.nt b/test/NTriplesTests/comment_following_triple.nt deleted file mode 100644 index 5619459a..00000000 --- a/test/NTriplesTests/comment_following_triple.nt +++ /dev/null @@ -1,5 +0,0 @@ -<http://example/s> <http://example/p> <http://example/o> . # comment -<http://example/s> <http://example/p> _:o . # comment -<http://example/s> <http://example/p> "o" . # comment -<http://example/s> <http://example/p> "o"^^<http://example/dt> . # comment -<http://example/s> <http://example/p> "o"@en . # comment |