diff options
Diffstat (limited to 'tests/turtle/bad-22.ttl')
-rw-r--r-- | tests/turtle/bad-22.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/turtle/bad-22.ttl b/tests/turtle/bad-22.ttl new file mode 100644 index 0000000..1a23923 --- /dev/null +++ b/tests/turtle/bad-22.ttl @@ -0,0 +1,3 @@ +# Turtle spec does not allow . in namespace name (token name) +@prefix ex: <http://example.org/ex#> . +ex:not.allowed ex:not.allowed ex:not.allowed . |