diff options
Diffstat (limited to 'test/extra/good/test-local-name-ends-with-dot.ttl')
-rw-r--r-- | test/extra/good/test-local-name-ends-with-dot.ttl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/extra/good/test-local-name-ends-with-dot.ttl b/test/extra/good/test-local-name-ends-with-dot.ttl index e426876d..8c167bcf 100644 --- a/test/extra/good/test-local-name-ends-with-dot.ttl +++ b/test/extra/good/test-local-name-ends-with-dot.ttl @@ -1,3 +1,4 @@ -@prefix eg: <http://example.org/> . +@prefix eg: <http://example.org/eg#> . -eg:s eg:p eg:foo\. . +eg:s + eg:p eg:foo\. . |