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