diff options
author | David Robillard <d@drobilla.net> | 2017-09-23 15:04:03 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-09-23 15:59:23 +0200 |
commit | 8e5e8ad36085981c77fdee74a9ea74e9cf8b8157 (patch) | |
tree | a93bf8cb6f336f0824e9c11bc82aefc619899085 /tests/NTriplesTests/minimal_whitespace.nt | |
parent | 2d9d00d8653eb9faca450884665861cd4b67802b (diff) | |
download | serd-8e5e8ad36085981c77fdee74a9ea74e9cf8b8157.tar.gz serd-8e5e8ad36085981c77fdee74a9ea74e9cf8b8157.tar.bz2 serd-8e5e8ad36085981c77fdee74a9ea74e9cf8b8157.zip |
Add NTriples test suite
Diffstat (limited to 'tests/NTriplesTests/minimal_whitespace.nt')
-rw-r--r-- | tests/NTriplesTests/minimal_whitespace.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/NTriplesTests/minimal_whitespace.nt b/tests/NTriplesTests/minimal_whitespace.nt new file mode 100644 index 00000000..e9e3a801 --- /dev/null +++ b/tests/NTriplesTests/minimal_whitespace.nt @@ -0,0 +1,6 @@ +<http://example/s><http://example/p><http://example/o>. +<http://example/s><http://example/p>"Alice". +<http://example/s><http://example/p>_:o. +_:s<http://example/p><http://example/o>. +_:s<http://example/p>"Alice". +_:s<http://example/p>_:bnode1. |