diff options
Diffstat (limited to 'tests/test-prefix.ttl')
-rw-r--r-- | tests/test-prefix.ttl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-prefix.ttl b/tests/test-prefix.ttl index a1d22122..f79896cb 100644 --- a/tests/test-prefix.ttl +++ b/tests/test-prefix.ttl @@ -1,4 +1,8 @@ @prefix eg: <http://example.org/a/> . <http://example.org/a/b> a <http://example.org/Thing> . -<http://example.org/a/b/c> a <http://example.org/Thing> .
\ No newline at end of file +<http://example.org/a/b/c> a <http://example.org/Thing> . +<http://example.org/a/num0num> a <http://example.org/Thing> . +<http://example.org/a/under_under> a <http://example.org/Thing> . +<http://example.org/a/dash-dash> a <http://example.org/Thing> . +<http://example.org/a/.invalidname.> a <http://example.org/Thing> . |