diff options
Diffstat (limited to 'tests/NTriplesTests/comment_following_triple.nt')
-rw-r--r-- | tests/NTriplesTests/comment_following_triple.nt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/NTriplesTests/comment_following_triple.nt b/tests/NTriplesTests/comment_following_triple.nt new file mode 100644 index 00000000..5619459a --- /dev/null +++ b/tests/NTriplesTests/comment_following_triple.nt @@ -0,0 +1,5 @@ +<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 |